Deploy to Streamlit: 5 Minutes and Flexible¶
In this deployment, you're going to utilise Streamlit Community Cloud which is a free service offered by Streamlit, a subsidiary of Snowflake. We only recommend this method for demo purposes. Please don't use for production.
- Fork the Docq repo at GitHub;
- Follow the instructions on Streamlit Community Cloud to create an app;
- Once it's created, it should be listed as an app like below;
- One last step is to find the settings menu option and set secrets which are environment variables required when running the application. An example is shown below.
- Wait for a few minutes and go to the url of the new app to see it in action.