Spaces:
Sleeping
Sleeping
Commit
·
47b7e97
1
Parent(s):
ac38cee
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +5 -5
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor
|
3 |
-
backgroundColor
|
4 |
-
secondaryBackgroundColor
|
5 |
-
textColor
|
6 |
-
font
|
|
|
1 |
[theme]
|
2 |
+
primaryColor="#F63366"
|
3 |
+
backgroundColor="#FFFFFF"
|
4 |
+
secondaryBackgroundColor="#F0F2F6"
|
5 |
+
textColor="#262730"
|
6 |
+
font="sans serif"
|