Tuana commited on
Commit
37f8734
2 Parent(s): ea394a5 1256dbc

Merge pull request #2 from TuanaCelik/ui-styling

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor="#1C9BEF"
3
+ base = "dark"
4
+ backgroundColor="#2B2F54"
5
+ secondaryBackgroundColor="#01AE9D"
6
+ textColor="#D8D8E5"
7
+ font="monospace"