Spaces:
Runtime error
Runtime error
Added server configs to TOML
Browse files- .streamlit/config.toml +5 -1
.streamlit/config.toml
CHANGED
@@ -2,4 +2,8 @@
|
|
2 |
maxUploadSize = 25
|
3 |
|
4 |
[browser]
|
5 |
-
gatherUsageStats = false
|
|
|
|
|
|
|
|
|
|
2 |
maxUploadSize = 25
|
3 |
|
4 |
[browser]
|
5 |
+
gatherUsageStats = false
|
6 |
+
|
7 |
+
[server]
|
8 |
+
enableXsrfProtection = false
|
9 |
+
enableCORS = false
|