Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 554 Bytes

File metadata and controls

23 lines (15 loc) · 554 Bytes

This repo is on prod at https://wagon-data-streamlit.herokuapp.com/

The hosting is free, the site may take up to 30 seconds to load initially

usage

You may run this on your machine:

streamlit run demo.py

prod

If 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