Spaces:
Runtime error
Runtime error
File size: 132 Bytes
c3e5c63 |
1 2 3 4 5 6 7 8 |
mkdir -p ~/.streamlit/
echo "\
[server]\n\
headless = true\n\
port = $PORT\n\
enableCORS = false\n\
\n\
" > ~/.streamlit/config.toml |