Issue with serving a streamlit Heroku app in a browser

Hi, thereโ€™s no error with the scikit-learn @bruno154 @maxpumperla.

I did it with the following guideline here

just take note for the setup.sh you need the following text instead ( append last line )

mkdir -p ~/.streamlit/
echo "\
[general]\n\
email = \"andrewng_@hotmail.com\"\n\
" > ~/.streamlit/credentials.toml
echo "\
[server]\n\
headless = true\n\
enableCORS=false\n\
port = $PORT\n\
" > ~/.streamlit/config.toml