Spaces:
Running
Running
Upload .streamlit/config.toml
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base="light"
|
| 3 |
+
primaryColor="#667eea"
|
| 4 |
+
backgroundColor="#f4f6f9"
|
| 5 |
+
secondaryBackgroundColor="#ffffff"
|
| 6 |
+
textColor="#333333"
|