Streamlit Data Science and ML Apps in Python
heroku Login
- Place the code below in their respective files
mkdir -p ~/.streamlit/
echo "\
[general]\n\
email = \"your-email@domain.com\"\n\
" > ~/.streamlit/credentials.toml
echo "\
[server]\n\
headless = true\n\
enableCORS=false\n\
port = $PORT\n\
" > ~/.streamlit/config.toml
mkdir -p ~/.streamlit/
echo "\
[server]\n\
headless = true\n\
port = $PORT\n\
enableCORS = false\n\
\n\
" > ~/.streamlit/config.toml
web: sh setup.sh && streamlit run your_app.py
heroku create name-of-your-app
git add your app
git commit -m "your comment description"
git push
git push heroku master
####By
- Jesse E.Agbe(JCharis)
- Jesus Saves@JCharisTech