Kevin King commited on
Commit
91c9eb4
·
1 Parent(s): dbc0e16

FIX: Disable XSRF protection for file uploads

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