This repo is on prod at https://streamlit.lewagon.ai/
You may run this on your machine:
streamlit run demo.pyIf you wish to deploy to prod on heroku, do not forget to configure your email address
heroku config:set HEROKU_EMAIL_ADDRESS=your-email-address@email-provider.com
heroku ps:scale web=1