Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
2821c4b
1
Parent(s):
2828740
add config for coloring
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor="#FAEBD7"
|
3 |
+
# backgroundColor="#ddb525"
|
4 |
+
secondaryBackgroundColor="#f9f7f4"
|
5 |
+
textColor="#1B3139"
|
6 |
+
font="sans serif"
|