Update .streamlit/config.toml
Browse files- .streamlit/config.toml +7 -1
.streamlit/config.toml
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[theme]
|
| 2 |
base = "light"
|
| 3 |
primaryColor = "#1d4ed8"
|
|
@@ -11,4 +17,4 @@ showWidgetBorder = false
|
|
| 11 |
[theme.sidebar]
|
| 12 |
backgroundColor = "#ffffff"
|
| 13 |
secondaryBackgroundColor = "#ffffff"
|
| 14 |
-
textColor = "#111827"
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
headless = true
|
| 3 |
+
enableCORS = false
|
| 4 |
+
enableXsrfProtection = false
|
| 5 |
+
enableWebsocketCompression = false
|
| 6 |
+
|
| 7 |
[theme]
|
| 8 |
base = "light"
|
| 9 |
primaryColor = "#1d4ed8"
|
|
|
|
| 17 |
[theme.sidebar]
|
| 18 |
backgroundColor = "#ffffff"
|
| 19 |
secondaryBackgroundColor = "#ffffff"
|
| 20 |
+
textColor = "#111827"
|