Spaces:
Sleeping
Sleeping
Kevin King
commited on
Commit
·
91c9eb4
1
Parent(s):
dbc0e16
FIX: Disable XSRF protection for file uploads
Browse files
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
|