rocky250 commited on
Commit
eb16fdd
·
verified ·
1 Parent(s): 7a4ea3d

Create .streamlit/config.toml

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