Generate_Script / start.sh
ApolloPro7's picture
fix: add execute permission to start.sh
13a0bd9
raw
history blame contribute delete
169 Bytes
#!/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