harishB97 commited on
Commit
7414449
·
verified ·
1 Parent(s): e3e5d9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Figure(data=[edge_trace, node_trace],
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',