vsj0702 commited on
Commit
ac889ac
·
verified ·
1 Parent(s): 6b09e65

Changed it to light

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +4 -4
.streamlit/config.toml CHANGED
@@ -1,7 +1,7 @@
1
  [theme]
2
- base="dark" # or "light"
3
  primaryColor="#ff5252"
4
- backgroundColor="#0f1620"
5
- secondaryBackgroundColor="#1c2330"
6
- textColor="#e3e8f1"
7
  font="sans serif"
 
1
  [theme]
2
+ base="light" # Default theme at launch
3
  primaryColor="#ff5252"
4
+ backgroundColor="#f5f5f5"
5
+ secondaryBackgroundColor="#ffffff"
6
+ textColor="#1a1a1a"
7
  font="sans serif"