Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
astroarya
/
Cinepicks
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
astroarya
commited on
May 21, 2023
Commit
adaffd1
·
1 Parent(s):
f880647
Upload setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+9
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
mkdir -p ~/.streamlit/
2
+
3
+
echo"\
4
+
[server]\n\
5
+
port=$PORT\n\
6
+
enableCORS=false\n\
7
+
headless=true\n\
8
+
\n\
9
+
" > ~/.streamlit/config.toml