Streamlit Sharing
With the app done, we can now deploy it so users can interact with it. Streamlit offers a service that you can use to deploy your app. Access it here, then sign in and click on the New App button.
Being the first time doing this, it will take you through the process of connecting your Github account to the service. You need a Github account, since the app being deployed needs to be from an existing repo.
The repo should contain the code and a requirements.txt file that contains packages needed to successfully build and run your app.
Go ahead and put in the repo and file for your project in the new app window and hit deploy, then let it build the project.
Congratulations! Your web app is now ready and can be accessed online
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy