Spaces:
Runtime error
Runtime error
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +9 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[browser]
|
| 2 |
+
gatherUsageStats = false
|
| 3 |
+
|
| 4 |
+
[global]
|
| 5 |
+
developmentMode = false
|
| 6 |
+
|
| 7 |
+
[server]
|
| 8 |
+
enableCORS = false
|
| 9 |
+
enableXsrfProtection = false
|