drguilhermeapolinario
commited on
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +1 -3
.streamlit/config.toml
CHANGED
@@ -4,6 +4,7 @@ backgroundColor="#FFFFFF"
|
|
4 |
secondaryBackgroundColor="#F0F2F6"
|
5 |
textColor="#262730"
|
6 |
font="sans serif"
|
|
|
7 |
|
8 |
[server]
|
9 |
enableXsrfProtection=true
|
@@ -25,9 +26,6 @@ fastReruns = true
|
|
25 |
[logger]
|
26 |
level = "info"
|
27 |
|
28 |
-
[theme]
|
29 |
-
base="light"
|
30 |
-
|
31 |
[ui]
|
32 |
hideTopBar = false
|
33 |
|
|
|
4 |
secondaryBackgroundColor="#F0F2F6"
|
5 |
textColor="#262730"
|
6 |
font="sans serif"
|
7 |
+
base="light"
|
8 |
|
9 |
[server]
|
10 |
enableXsrfProtection=true
|
|
|
26 |
[logger]
|
27 |
level = "info"
|
28 |
|
|
|
|
|
|
|
29 |
[ui]
|
30 |
hideTopBar = false
|
31 |
|