Hey there!
I’m trying to deploy my dash python app wich consists in a dropdown and a plotly graph that reacts when you change the value of the dropdown. Locally it works perfectly but when I deploy it at Heroku the graph shows empty and when I change the dropdown option the tab displays the following message: ‘updating…’ but nothing really happens. The active dropdown is the bottom one…
Appreciate any help on the matter.
Heroku link: https://dash-bancas.herokuapp.com/
Python code: https://github.com/nicolasescobar0325/dash-heroku/blob/master/app.py