Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
diqitalize
/
Kerang
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e6ee110
Kerang
/
setup.sh
diqitalize
Kerang
394a4c7
about 2 years ago
raw
Copy download link
history
blame
Safe
218 Bytes
mkdir
-p ~/.streamlit/
echo
"\
[general]\n\
email = \"your-email@domain.com\"\n\
"
> ~/.streamlit/credentials.toml
echo
"\
[server]\n\
headless = true\n\
enableCORS=false\n\
port =
$PORT
\n\
"
> ~/.streamlit/config.toml