AsyncBuilds commited on
Commit
1e2b60a
·
verified ·
1 Parent(s): a2cbedf

Added max upload size config

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