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