test-hydralit / setup.sh
SaulLu's picture
add app
5e3a6e4
raw history blame
No virus
236 Bytes
mkdir -p ~/.streamlit/
echo "\
[general]\n\
email = \"{c6lculus8ntr0py@gmail.com}\"\n\
" > ~/.streamlit/credentials.toml
echo "\
[server]\n\
headless = true\n\
enableCORS=false\n\
port = $PORT\n\
" > ~/.streamlit/config.toml