Skip to content

Commit 75ebf6a

Browse files
authored
Update what_about_dash.md
1 parent f2a9d60 commit 75ebf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/what_about_dash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ app.layout = html.Div([
2222
dcc.Graph(figure=fig)
2323
])
2424

25-
app.run_server(debug=True, use_reloader=False) # Turn off reloader if inside Jupyter
25+
app.run(debug=True, use_reloader=False) # Turn off reloader if inside Jupyter
2626
```
2727
<!-- #endregion -->

0 commit comments

Comments
 (0)