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