Spaces:
Running
Running
Vitomir Jovanović
commited on
Commit
•
4dc5eae
1
Parent(s):
61c8983
Debugging Streamlit
Browse files- 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:
|
|
|
1 |
+
web: gunicorn -w 1 -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8084 & streamlit run app.py --server.port 7860
|