13a0bd9 95cbdfb 13a0bd9 95cbdfb 13a0bd9
1
2
3
4
5
6
7
#!/bin/bash echo "✅ start.sh is running!" uvicorn app:app --host 0.0.0.0 --port 8000 & streamlit run ./streamlit_app.py --server.port 7860 --server.enableCORS false