Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +5 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor="#47916B"
|
| 3 |
+
backgroundColor="#C8DED3"
|
| 4 |
+
secondaryBackgroundColor = "#47916B"
|
| 5 |
+
textColor="#213C2E"
|