stefanoviel commited on
Commit
70f287c
·
1 Parent(s): 1d89532

config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [global]
2
+ dataDir = "/tmp/.streamlit"
3
+
4
+ [server]
5
+ enableCORS = false
6
+ enableXsrfProtection = false