Two graphs, side by side

I have same issue, I think a reason comes from you update new dash version.
Having some changes above code when you append css external url

It should be changed:

external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
app = dash.Dash(__name__, external_stylesheets=external_stylesheets) 

Hope can help you!

3 Likes