Attempting to deploy a dash application on heroku and running into an error. My index.py has server = app.server variable defined.
index.py
server = app.server
And Procfile