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 = \"[email protected]\"\n\
" > ~/.streamlit/credentials.toml
echo "\
[server]\n\
headless = true\n\
enableCORS=false\n\
port = $PORT\n\
" > ~/.streamlit/config.tomlmkdir -p ~/.streamlit/
echo "\
[server]\n\
headless = true\n\
port = $PORT\n\
enableCORS = false\n\
\n\
" > ~/.streamlit/config.tomlweb: sh setup.sh && streamlit run your_app.pyheroku create name-of-your-appgit add your app
git commit -m "your comment description"
git pushgit push heroku master####By
- Jesse E.Agbe(JCharis)
- Jesus Saves@JCharisTech