lehuaaa commited on
Commit
0223798
·
verified ·
1 Parent(s): c1d2b4f

Create .streamlit/config.toml

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