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