NKessler commited on
Commit
18fc4dc
·
verified ·
1 Parent(s): ce4e79f

Create .streamlit/config.toml

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 = "#4f46e5"
3
+ backgroundColor = "#ffffff"
4
+ secondaryBackgroundColor = "#f8fafc"
5
+ textColor = "#0f172a"
6
+ font = "sans serif"