From f7a4c79384cbe9298da3524ffd8ca3c01f5c3088 Mon Sep 17 00:00:00 2001 From: estevam5s Date: Mon, 15 May 2023 10:35:23 -0300 Subject: [PATCH] completing deploy functionality on heroku (issue #40) --- Procfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 36289b47e..0d47dd3d4 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,2 @@ web: sh setup.sh && streamlit run app.py - @echo "Setup complete. Running app..." - \ No newline at end of file + @echo "Setup complete. Running app..." \ No newline at end of file