diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..f89f679 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: streamlit run streamlit_app.py --server.port=$PORT --server.address=0.0.0.0