Divyanshu3321 commited on
Commit
4d30d00
·
1 Parent(s): 95bf231

added .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. src/.streamlit/config.toml +6 -0
src/.streamlit/config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor = "#4285F4" # Google Blue
3
+ backgroundColor = "#F8F9FA" # Light Gray background
4
+ secondaryBackgroundColor = "#FFFFFF" # Pure white card/panel
5
+ textColor = "#202124" # Google dark text
6
+ font = "sans serif"