davidepanza commited on
Commit
53907c7
·
verified ·
1 Parent(s): e568b8a

Upload config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +12 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # .streamlit/config.toml
2
+
3
+ [server]
4
+ headless = true
5
+ enableCORS = false
6
+ enableXsrfProtection = false
7
+
8
+ [browser]
9
+ gatherUsageStats = false
10
+
11
+ [theme]
12
+ base = "light"