Commit ·
48983e1
1
Parent(s): 36b4cf7
configure streamlit theme
Browse files- .streamlit/config.toml +7 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base="light"
|
| 3 |
+
primaryColor="#216bc4"
|
| 4 |
+
backgroundColor="#f6f8fb"
|
| 5 |
+
secondaryBackgroundColor="#ffffff"
|
| 6 |
+
textColor="#000000"
|
| 7 |
+
font='sans serif'
|