Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ git push heroku master
## Modifying the app

In order to serve your own app simply replace the `iris_kmeans.ipynb` with your own Jupyter notebook or Python file declaring a Panel app and then modify the `Procfile` to start that app instead.

The file `runtime.txt` specifies the python version which heroku will use to build the app. If your app requires a version other than `python-3.7.9`, first confirm [here](https://devcenter.heroku.com/articles/python-support#specifying-a-python-version) that the version is supported by heroku, and then modify `runtime.txt` accordingly.
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.7.9