Spaces:
Runtime error
Runtime error
Updating the app's theme
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "#1E8449"
|
3 |
+
backgroundColor = "#F9E79F"
|
4 |
+
secondaryBackgroundColor = "#F5B041"
|
5 |
+
textColor = "#17202A"
|
6 |
+
font = "sans serif"
|