Ajeeb57 commited on
Commit
abcd832
·
verified ·
1 Parent(s): 450a16d

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -1
.streamlit/config.toml CHANGED
@@ -1,3 +1,9 @@
1
  [server]
 
 
2
  enableXsrfProtection = false
3
- maxUploadSize = 200
 
 
 
 
 
1
  [server]
2
+ port = 7860
3
+ address = "0.0.0.0"
4
  enableXsrfProtection = false
5
+ enableCORS = false
6
+ maxUploadSize = 200
7
+
8
+ [browser]
9
+ gatherUsageStats = false