cormort commited on
Commit
254b2d6
·
verified ·
1 Parent(s): 2a8b88d

Create .streamlit/config.toml

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