Deploy Your Streamlit Web App on Heroku For Free (fast & easy)
Language:
In this tutorial, I am going to show you how to deploy your streamlit web application for free on Heroku. After this tutorial, your web application will be live on the internet and you could share it with the world.
👩💻 GIT COMMANDS:
- git add .
- git commit -m “Enter your message here”
- git push heroku master
- heroku ps:scale web=1
📝 Resources:
You can find all the files from the tutorial here:
Download Here
Further Links:
- Blog Post from Gilbert Tanner: https://gilberttanner.com/blog/deploying-your-streamlit-dashboard-with-heroku
- Download GIT here: https://git-scm.com/downloads
- Download Heroku CLI here: https://devcenter.heroku.com/articles/heroku-cli
- Keeping your Heroku App awake: https://kaffeine.herokuapp.com/