sorawm_start.sh 214 B

12345678
  1. #!/bin/bash
  2. source /app/.venv/bin/activate
  3. uv run streamlit run app.py --server.port 8503 --server.headless true --browser.gatherUsageStats false &
  4. uv run python start_server.py --host 0.0.0.0 --port 5344 &
  5. wait