Spaces:
Sleeping
Sleeping
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="#c2d4dd"
|
4 |
+
backgroundColor="#563f46"
|
5 |
+
secondaryBackgroundColor="#4f3222"
|
6 |
+
textColor="#ffffff"
|
7 |
+
font="sans serif"
|