dillonlaird commited on
Commit
6eaae5f
·
1 Parent(s): b234639

change theme

Browse files
Files changed (1) hide show
  1. setup.sh +5 -0
setup.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ mkdir -p ~/.streamlit/
2
+ echo "\
3
+ [theme]\n\
4
+ base=\"light\"\n\
5
+ " > ~/.streamlit/config.toml