majorSeaweed commited on
Commit
5fe2104
·
verified ·
1 Parent(s): 48d9bfa

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -1
.streamlit/config.toml CHANGED
@@ -1,2 +1,7 @@
1
  [theme]
2
- base="light"
 
 
 
 
 
 
1
  [theme]
2
+ base="light"
3
+ primaryColor="#3B82F6"
4
+ secondaryBackgroundColor="#F59E0B"
5
+ backgroundColor="#F0F2F6" # very light gray for panels
6
+ textColor="#111827" # charcoal for high readability
7
+ font="sans serif"