Image works fine locally but not on Heroku

Hi @martijn! I finally found my error, and it seems from your code that it’s the same one.

The first line it’s supposed to be app = dash.Dash(__name__) and not just app = dash.Dash().

It’s explained here: Assets folder not found in docker?