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