Spaces:
Build error
Build error
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +8 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
|
| 3 |
+
base="light"
|
| 4 |
+
primaryColor = "#FF7E5F"
|
| 5 |
+
backgroundColor = "#FFFFFF"
|
| 6 |
+
secondaryBackgroundColor = "#f0f2f6"
|
| 7 |
+
textColor = "#31333F"
|
| 8 |
+
font = "sans serif"
|