Thorsten-Voice commited on
Commit
ae8a2eb
1 Parent(s): 9ea7f15

Added style options

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +5 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor="#F63366"
3
+ backgroundColor="#eeeeee"
4
+ secondaryBackgroundColor="#91a0bf"
5
+ textColor="#262730"