Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +1 -1
.streamlit/config.toml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
# The preset Streamlit theme that your custom theme inherits from.
|
| 4 |
# One of "light" or "dark".
|
| 5 |
-
base = "
|
| 6 |
|
| 7 |
# Primary accent color for interactive elements.
|
| 8 |
primaryColor = "#9999FF"
|
|
|
|
| 2 |
|
| 3 |
# The preset Streamlit theme that your custom theme inherits from.
|
| 4 |
# One of "light" or "dark".
|
| 5 |
+
base = "dark"
|
| 6 |
|
| 7 |
# Primary accent color for interactive elements.
|
| 8 |
primaryColor = "#9999FF"
|