chelscelis commited on
Commit
89ca6c8
1 Parent(s): 2a5c611

streamlit config

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="#56B6C2"
3
+ backgroundColor="#0E1117"
4
+ secondaryBackgroundColor="#282C34"
5
+ textColor="#FAFAFA"
6
+ font="sans serif"