Spaces:
Runtime error
Runtime error
Create new file
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor = "#181818"
|
| 3 |
+
backgroundColor = "#212121"
|
| 4 |
+
secondaryBackgroundColor = "#3D3D3D"
|
| 5 |
+
textColor = "#E4E6EB"
|
| 6 |
+
font = "sans serif"
|