stock_prediction / setup.sh
Maharani's picture
Upload 9 files
10ed2d9
raw
history blame contribute delete
220 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