Syed Mohaiminul Hoque commited on
Commit
77a9e76
·
verified ·
1 Parent(s): f02f2d2

Fix file uploader 403 error

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