LovnishVerma commited on
Commit
0cc3083
·
verified ·
1 Parent(s): 3a62be9

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,4 +1,4 @@
1
  #!/bin/bash
2
  uvicorn main:app --host 0.0.0.0 --port 8000 &
3
  # export BACKEND_URL not strictly needed as it is hardcoded in app.py now for stability
4
- streamlit run app.py --server.port 7860 --server.address 0.0.0.0 --server.enableCORS=false --server.enableXsrfProtection=false
 
1
  #!/bin/bash
2
  uvicorn main:app --host 0.0.0.0 --port 8000 &
3
  # export BACKEND_URL not strictly needed as it is hardcoded in app.py now for stability
4
+ python app.py --server.port 7860 --server.address 0.0.0.0 --server.enableCORS=false --server.enableXsrfProtection=false