Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def create_plotly_tree():
|
|
36 |
hoverinfo='text',
|
37 |
marker=dict(showscale=False, size=10, color='#850', line_width=2))
|
38 |
|
39 |
-
fig = go.
|
40 |
layout=go.Layout(
|
41 |
showlegend=False,
|
42 |
hovermode='closest',
|
|
|
36 |
hoverinfo='text',
|
37 |
marker=dict(showscale=False, size=10, color='#850', line_width=2))
|
38 |
|
39 |
+
fig = go.FigureWidget(data=[edge_trace, node_trace],
|
40 |
layout=go.Layout(
|
41 |
showlegend=False,
|
42 |
hovermode='closest',
|