Streamlit_weather / setup.sh.txt
Mishak's picture
Upload 5 files
b23ba3b
raw
history blame contribute delete
203 Bytes
mkdir -p ~/.streamlit/
echo "[general]
email = \"rahulmishak2323@gmail.com\"
" > ~/.streamlit/credentials.toml
echo "[server]
headless = true
port = $PORT
enableCORS = false
" > ~/.streamlit/config.toml