diff --git a/doc/what_about_dash.md b/doc/what_about_dash.md index bef6ac916dd..29f3c58fcf6 100644 --- a/doc/what_about_dash.md +++ b/doc/what_about_dash.md @@ -16,8 +16,8 @@ fig = go.Figure() # or any Plotly Express function e.g. px.bar(...) # fig.update_layout( ... ) import dash -import dash_core_components as dcc -import dash_html_components as html +from dash import dcc +from dash import html app = dash.Dash() app.layout = html.Div([