Spaces:
No application file
No application file
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +4 -5
.streamlit/config.toml
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
[theme]
|
| 2 |
-
primaryColor
|
| 3 |
-
backgroundColor
|
| 4 |
-
secondaryBackgroundColor
|
| 5 |
-
textColor
|
| 6 |
-
font = "sans serif"
|
|
|
|
| 1 |
[theme]
|
| 2 |
+
primaryColor="#375570"
|
| 3 |
+
backgroundColor="#ffffff"
|
| 4 |
+
secondaryBackgroundColor="#f0f2f6"
|
| 5 |
+
textColor="#31333F"
|
|
|