Update .streamlit/config.toml
Browse files- .streamlit/config.toml +7 -7
.streamlit/config.toml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
[
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor="#667eea"
|
| 3 |
+
backgroundColor="#28282d"
|
| 4 |
+
secondaryBackgroundColor="#262730"
|
| 5 |
+
textColor="#fafafa"
|
| 6 |
+
font="sans serif"
|
| 7 |
+
base="dark"
|