andreped commited on
Commit
4aa704f
·
1 Parent(s): 3d75177

Fixed bug in config TOML file

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