Update .streamlit/config.toml
Browse files- .streamlit/config.toml +1 -1
.streamlit/config.toml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
enableStaticServing = true
|
3 |
|
4 |
[theme]
|
5 |
-
primaryColor = '#
|
6 |
backgroundColor = '#1c1f25'
|
7 |
secondaryBackgroundColor = '#3d4351'
|
8 |
textColor = '#3f85e0'
|
|
|
2 |
enableStaticServing = true
|
3 |
|
4 |
[theme]
|
5 |
+
primaryColor = '#3f85e0'
|
6 |
backgroundColor = '#1c1f25'
|
7 |
secondaryBackgroundColor = '#3d4351'
|
8 |
textColor = '#3f85e0'
|