DeathBlade020 commited on
Commit
6a2cfba
·
verified ·
1 Parent(s): 84aab3c

Create .streamlit/config.toml

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