Spaces:
Runtime error
Runtime error
Upload config.toml
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base = "light"
|
| 3 |
+
primaryColor = "#0284c7"
|
| 4 |
+
backgroundColor = "#f8fafc"
|
| 5 |
+
secondaryBackgroundColor = "#f1f5f9"
|
| 6 |
+
textColor = "#1e293b"
|