app = dash.Dash(__name__) server = app.server .. app.run_server()
pip freeze > requirements.txt
web: gunicorn app:server
git init heroku git:remote -a dash-lin-chen-langley git add . git commit -am 'Add dashboard files' git push heroku master