We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814c4a1 commit a29fbd0Copy full SHA for a29fbd0
demo/demo/plotly_apps.py
@@ -117,7 +117,7 @@ def callback_c(*args, **kwargs):
117
return "Args are [%s] and kwargs are %s" %(",".join(args), str(kwargs))
118
119
liveIn = DjangoDash("LiveInput",
120
- serve_locally=True,
+ serve_locally=False,
121
add_bootstrap_links=True)
122
123
liveIn.layout = html.Div([
0 commit comments