diff --git a/Procfile b/Procfile index 8cfd21f..b894efe 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: streamlit run --server.port 5000 --server.baseUrlPath https://minimal-streamlit.herokuapp.com/ beta_distribution.py +web: streamlit run --server.port $PORT --server.baseUrlPath minimal-streamlit.herokuapp.com beta_distribution.py