cyberandy commited on
Commit
05437fa
1 Parent(s): 1dcacbe

add config

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="#007AFF"
3
+ backgroundColor="#e4edfd"
4
+ secondaryBackgroundColor="#F0F2F6"
5
+ textColor="#333333"