NiranjanSathish commited on
Commit
d6b5e5a
·
verified ·
1 Parent(s): d7effd6

Update app.yaml

Browse files
Files changed (1) hide show
  1. app.yaml +3 -1
app.yaml CHANGED
@@ -5,4 +5,6 @@ colorTo: green
5
  sdk: streamlit
6
  sdk_version: "1.x" # You can specify a range or leave it blank for latest compatible
7
  app_file: app.py
8
- python_version: "3.11" # <-- ADD THIS LINE
 
 
 
5
  sdk: streamlit
6
  sdk_version: "1.x" # You can specify a range or leave it blank for latest compatible
7
  app_file: app.py
8
+ python_version: "3.11" # <-- ADD THIS LINE
9
+ command: |
10
+ streamlit run app.py --server.port 7860 --server.enableCORS false --server.enableXsrfProtection false