Why Streamoku?
Pricing
Features
FAQs
Help Center
Blog
Get Started Free
Integrations & Advanced Features
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque ac pellentesque diam felis.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Can I integrate third-party APIs with my Streamoku app?
Yes, add API libraries and secure keys using environment variables in your app.
How do I use custom libraries in my app?
Include libraries in requirements.txt for automatic installation during deployment.
Is it possible to connect my app to a database?
Configure database settings as per Streamlit documentation for seamless integration.
How do I enable OAuth authentication?
Set up OAuth in App Settings to secure access to your app.
How can I schedule tasks or automated processes?
Use tools like Celery or APScheduler to automate tasks in your app.
How do I configure caching to improve performance?
Use Streamlit’s @st.cache feature to optimize load times for repeated data.