Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +1 -1
.streamlit/config.toml
CHANGED
@@ -35,7 +35,7 @@ enableStaticServing=true
|
|
35 |
|
36 |
|
37 |
[theme]
|
38 |
-
base = "
|
39 |
primaryColor = "#FFB800" # warm golden-yellow accent like Cohere's logo
|
40 |
backgroundColor = "#F9FAFB" # very light gray/white background
|
41 |
secondaryBackgroundColor = "#FFFFFF" # card/sidebar: clean white
|
|
|
35 |
|
36 |
|
37 |
[theme]
|
38 |
+
base = "dark"
|
39 |
primaryColor = "#FFB800" # warm golden-yellow accent like Cohere's logo
|
40 |
backgroundColor = "#F9FAFB" # very light gray/white background
|
41 |
secondaryBackgroundColor = "#FFFFFF" # card/sidebar: clean white
|