Simplest procfile ever

This commit is contained in:
Eric Ma 2019-12-14 19:31:10 -05:00
parent 3a41b2f868
commit 2fc200ad39
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
web: streamlit run --server.port $PORT --server.baseUrlPath minimal-streamlit.herokuapp.com beta_distribution.py
web: streamlit run beta_distribution.py