hohdavid commited on
Commit
0257cab
·
verified ·
1 Parent(s): c0618e7

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +10 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor = "#184b90"
3
+
4
+ backgroundColor = "#ffffff"
5
+
6
+ secondaryBackgroundColor = "#f8f9fa"
7
+
8
+ textColor = "#212529"
9
+
10
+ font = "sans serif"