Spaces:
Runtime error
Runtime error
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +7 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
base = "light"
|
3 |
+
primaryColor = "#89CFF0"
|
4 |
+
backgroundColor = "#E0F7FE"
|
5 |
+
secondaryBackgroundColor = "#FFFCE4"
|
6 |
+
textColor = "#000000"
|
7 |
+
font = "sans serif"
|