Vitomir Jovanović commited on
Commit
4dc5eae
1 Parent(s): 61c8983

Debugging Streamlit

Browse files
Files changed (1) hide show
  1. Procfile.yaml +1 -1
Procfile.yaml CHANGED
@@ -1 +1 @@
1
- web: gunicorn -w 1 -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8000 & streamlit run app.py --server.port 7860
 
1
+ web: gunicorn -w 1 -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8084 & streamlit run app.py --server.port 7860