Poizon-App / setup.sh
aus10powell's picture
Upload 11 files
d3b11cc
raw
history blame
219 Bytes
mkdir -p ~/.streamlit/
echo "\
[general]\n\
email = \"[email protected]\"\n\
" > ~/.streamlit/credentials.toml
echo "\
[server]\n\
headless = true\n\
enableCORS=false\n\
port = $PORT\n\
" > ~/.streamlit/config.toml