Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +1 -7
.streamlit/config.toml
CHANGED
|
@@ -2,16 +2,9 @@
|
|
| 2 |
port = 7860
|
| 3 |
address = "0.0.0.0"
|
| 4 |
headless = true
|
| 5 |
-
enableCORS = false
|
| 6 |
-
enableXsrfProtection = false
|
| 7 |
|
| 8 |
[browser]
|
| 9 |
gatherUsageStats = false
|
| 10 |
-
serverAddress = "0.0.0.0"
|
| 11 |
-
|
| 12 |
-
[client]
|
| 13 |
-
toolbarMode = "viewer"
|
| 14 |
-
showSidebarNavigation = false
|
| 15 |
|
| 16 |
[theme]
|
| 17 |
base = "dark"
|
|
@@ -19,3 +12,4 @@ backgroundColor = "#07070f"
|
|
| 19 |
secondaryBackgroundColor = "#0e0e1a"
|
| 20 |
primaryColor = "#6366f1"
|
| 21 |
textColor = "#f1f0ff"
|
|
|
|
|
|
| 2 |
port = 7860
|
| 3 |
address = "0.0.0.0"
|
| 4 |
headless = true
|
|
|
|
|
|
|
| 5 |
|
| 6 |
[browser]
|
| 7 |
gatherUsageStats = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
[theme]
|
| 10 |
base = "dark"
|
|
|
|
| 12 |
secondaryBackgroundColor = "#0e0e1a"
|
| 13 |
primaryColor = "#6366f1"
|
| 14 |
textColor = "#f1f0ff"
|
| 15 |
+
font = "sans serif"
|