Skip to content

Commit a29fbd0

Browse files
author
Mark Gibbs
committed
Remove serve locally for a bootstrap-using app
1 parent 814c4a1 commit a29fbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/demo/plotly_apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def callback_c(*args, **kwargs):
117117
return "Args are [%s] and kwargs are %s" %(",".join(args), str(kwargs))
118118

119119
liveIn = DjangoDash("LiveInput",
120-
serve_locally=True,
120+
serve_locally=False,
121121
add_bootstrap_links=True)
122122

123123
liveIn.layout = html.Div([

0 commit comments

Comments
 (0)