Spaces:
Sleeping
Sleeping
adding files
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "#EDF6F9" # darker blue
|
3 |
+
backgroundColor = "#EDF6F9" # light blue
|
4 |
+
secondaryBackgroundColor = "#83C5BE" # Darker blue
|
5 |
+
textColor = "#006D77" # darker blue
|
6 |
+
font = "sans serif"
|