dejanseo commited on
Commit
c7282bf
·
verified ·
1 Parent(s): ce98918

Upload 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 = "#4a90e2"
4
+ backgroundColor = "#ffffff"
5
+ secondaryBackgroundColor = "#f0f2f6"
6
+ textColor = "#000000"
7
+ font = "roboto"