drguilhermeapolinario commited on
Commit
db7941b
·
verified ·
1 Parent(s): 7da7bbf

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .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