calmgoose commited on
Commit
3930920
1 Parent(s): 98e0bae

increase default max size of files that can be uploaded

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +5 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [server]
2
+
3
+ # Max size, in megabytes, for files uploaded with the file_uploader.
4
+ # Default: 200
5
+ maxUploadSize = 1000