a simple template for deploying a Streamlit app on Heroku
- Python 3.9
- Poetry Documentation
poetry install
See app.py
in directory src
following Streamlit Documentation
poetry run streamlit run src/app.py --server.runOnSave true
poetry run yapf src/* -i -p
Export requirements
poetry export -f requirements.txt --without-hashes --output requirements.txt
Go through Heroku: Deploying with Git or Heroku: GitHub Integration