Update .streamlit/config.toml
Browse files- .streamlit/config.toml +1 -1
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
primaryColor = "#375173"
|
3 |
-
backgroundColor = "
|
4 |
secondaryBackgroundColor = "#586e75"
|
5 |
textColor = "#262621"
|
6 |
font = "sans serif"
|
|
|
1 |
[theme]
|
2 |
primaryColor = "#375173"
|
3 |
+
backgroundColor = "#FFFFFF"
|
4 |
secondaryBackgroundColor = "#586e75"
|
5 |
textColor = "#262621"
|
6 |
font = "sans serif"
|