Update baseURL path to include https

This commit is contained in:
Eric Ma 2019-12-14 19:25:22 -05:00
parent 57e5c7dd19
commit f64300d7f4
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
web: streamlit run --server.port 5000 --server.baseUrlPath minimal-streamlit.herokuapp.com beta_distribution.py
web: streamlit run --server.port 5000 --server.baseUrlPath https://minimal-streamlit.herokuapp.com/ beta_distribution.py