Spaces:
Paused
Paused
Upload config.toml
Browse files- .streamlit/config.toml +5 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor="#ffe599"
|
| 3 |
+
backgroundColor = "#1E212D" # Dark blue
|
| 4 |
+
secondaryBackgroundColor = "#008000"
|
| 5 |
+
textColor = "#FFFFFF" # White
|