andreped commited on
Commit
3d75177
·
1 Parent(s): 80de5c2

enableXsrfProtection = false

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