bright1 commited on
Commit
52c1b81
1 Parent(s): c9afa60

Updating the app's theme

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 = "#1E8449"
3
+ backgroundColor = "#F9E79F"
4
+ secondaryBackgroundColor = "#F5B041"
5
+ textColor = "#17202A"
6
+ font = "sans serif"