LiteLLM / streamlit_app /Procfile
Sanvi Jain
fix: separate FastAPI and Streamlit into two independent Railway services
e1942e6
Raw
History Blame Contribute Delete
127 Bytes
web: streamlit run app.py --server.port $PORT --server.address 0.0.0.0 --server.headless true --browser.gatherUsageStats false