/streamlit-heroku

Primary LanguageShellMIT LicenseMIT

Streamlit + Heroku Hello World Example

  1. Login into Heroku:
heroku login
  1. Create Heroku instance:
heroku create 
  1. Push the app:
git push heroku master
  1. Run the app:
heroku ps:scale web=1
heroku open