Spaces:
Runtime error
Runtime error
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
CHANGED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "#E694FF"
|
3 |
+
backgroundColor = "#DCDCDC"
|
4 |
+
secondaryBackgroundColor = "#B8E3F5"
|
5 |
+
textColor = "#00172B"
|
6 |
+
font = "sans-serif"
|