Abdourakib commited on
Commit
9cb83e1
·
1 Parent(s): 2e6e214

fix: add streamlit config to fix file upload 403 error

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