andreped commited on
Commit
1fd4f0b
·
1 Parent(s): b70e387

Added server configs to TOML

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