Spaces:
Runtime error
Runtime error
enableXsrfProtection = false
Browse files- .streamlit/config.toml +3 -0
.streamlit/config.toml
CHANGED
@@ -3,3 +3,6 @@ maxUploadSize = 25
|
|
3 |
|
4 |
[browser]
|
5 |
gatherUsageStats = false
|
|
|
|
|
|
|
|
3 |
|
4 |
[browser]
|
5 |
gatherUsageStats = false
|
6 |
+
|
7 |
+
[server]
|
8 |
+
enableXsrfProtection = false
|