KatGaw commited on
Commit
78f67a5
·
1 Parent(s): f45f126

adding files

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor = "#EDF6F9" # darker blue
3
+ backgroundColor = "#EDF6F9" # light blue
4
+ secondaryBackgroundColor = "#83C5BE" # Darker blue
5
+ textColor = "#006D77" # darker blue
6
+ font = "sans serif"