search_engine / Procfile.yaml
Vitomir Jovanović
Debugging Streamlit
4dc5eae
raw
history blame
123 Bytes
web: gunicorn -w 1 -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8084 & streamlit run app.py --server.port 7860