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