So the problem was that I needed to add
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
to the app declaration. Now it works!
So the problem was that I needed to add
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
to the app declaration. Now it works!