Skip to content

Commit d42b023

Browse files
author
Xing Han Lu
committed
Add server variable to usage-phylogeny.py
1 parent 7f5eb98 commit d42b023

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demos/usage-phylogeny.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,8 @@ def add_to_elements(clade, clade_id):
162162

163163
# Start the app
164164
app = dash.Dash(__name__)
165+
server = app.server
165166

166-
app.scripts.config.serve_locally = True
167-
app.css.config.serve_locally = True
168167

169168
app.layout = html.Div([
170169
cyto.Cytoscape(

0 commit comments

Comments
 (0)