mgbam commited on
Commit
9d80717
·
verified ·
1 Parent(s): bb95791

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +8 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # .streamlit/config.toml
2
+ [theme]
3
+ base="light"
4
+ primaryColor="#0D47A1"
5
+ backgroundColor="#FFFFFF"
6
+ secondaryBackgroundColor="#E3F2FD"
7
+ textColor="#000000"
8
+ font="sans serif"