Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +8 -0
.streamlit/config.toml
CHANGED
|
@@ -1,2 +1,10 @@
|
|
| 1 |
[browser]
|
| 2 |
gatherUsageStats = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[browser]
|
| 2 |
gatherUsageStats = false
|
| 3 |
+
|
| 4 |
+
[server]
|
| 5 |
+
headless = true
|
| 6 |
+
enableCORS = false
|
| 7 |
+
enableXsrfProtection = false
|
| 8 |
+
|
| 9 |
+
[logger]
|
| 10 |
+
level = "error"
|