Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dillonlaird
/
surfer-counter
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dillonlaird
commited on
Jul 13, 2023
Commit
6eaae5f
·
1 Parent(s):
b234639
change theme
Browse files
Files changed (1)
hide
show
setup.sh
+5
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
mkdir -p ~/.streamlit/
2
+
echo "\
3
+
[theme]\n\
4
+
base=\"light\"\n\
5
+
" > ~/.streamlit/config.toml