Spaces:
Sleeping
Sleeping
Commit ·
7cb1af6
1
Parent(s): 770d00e
add config for theming
Browse files- .streamlit/config.toml +7 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base="light"
|
| 3 |
+
primaryColor="#3F89C9"
|
| 4 |
+
backgroundColor="#FFFFFF"
|
| 5 |
+
secondaryBackgroundColor="#F0F2F6"
|
| 6 |
+
textColor="#000000"
|
| 7 |
+
font='sans serif'
|