Dash design changed
18:56 03 Feb 2026

My design in dash changed without me asking for it.

I'm using:

app = Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])

And that gave me this design:

enter image description here

But for some reason it changed and now I have this other design which I don't like:

enter image description here

Can some one help me go back to the first design?

python plotly-dash