Spaces:
Sleeping
Sleeping
Commit
·
3155cc9
1
Parent(s):
cb17469
added config folder
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "#4CAF50"
|
3 |
+
backgroundColor = "#F5F5F5"
|
4 |
+
secondaryBackgroundColor = "#E0E0E0"
|
5 |
+
textColor = "#262730"
|
6 |
+
font = "sans serif"
|