Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +6 -6
.streamlit/config.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
[theme]
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
1 |
[theme]
|
2 |
+
|
3 |
+
primaryColor = "#ff6b35"
|
4 |
+
backgroundColor = "#0f1419"
|
5 |
+
secondaryBackgroundColor = "#1e2328"
|
6 |
+
textColor = "#ffffff"
|
7 |
+
font = "sans serif"
|