From f64300d7f44863cc4453e291f51852616a6cb0fb Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Sat, 14 Dec 2019 19:25:22 -0500 Subject: [PATCH] Update baseURL path to include https --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9367803..8cfd21f 100644 --- a/Procfile +++ b/Procfile @@ -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