mclemcrew commited on
Commit
3272ad2
·
1 Parent(s): ba65d25

config files for streamlit app

Browse files
Files changed (2) hide show
  1. .streamlit/.DS_Store +0 -0
  2. .streamlit/config.toml +4 -0
.streamlit/.DS_Store ADDED
Binary file (6.15 kB). View file
 
.streamlit/config.toml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [theme]
2
+ base="light"
3
+ primaryColor="#ff6100"
4
+ backgroundColor="#e4e4e4"