Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base="dark"
|
| 3 |
+
primaryColor="#ad96d8"
|
| 4 |
+
backgroundColor="#131b41"
|
| 5 |
+
secondaryBackgroundColor="#0a0a20"
|
| 6 |
+
font="serif"
|