File size: 114 Bytes
4876f1d |
1 2 3 4 5 6 |
mkdir -p ~/.streamlit/
echo "[server]
headless = true
port = $PORT
enableCORS = false
" > ~/.streamlit/config.toml |
4876f1d |
1 2 3 4 5 6 |
mkdir -p ~/.streamlit/
echo "[server]
headless = true
port = $PORT
enableCORS = false
" > ~/.streamlit/config.toml |