harishB97 commited on
Commit
9cfb470
·
verified ·
1 Parent(s): 6a6be82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,7 +53,8 @@ def print_on_click(trace, points, selector):
53
 
54
  PLOTLY_TREE = create_plotly_tree()
55
  node_trace = PLOTLY_TREE.data[1]
56
- print(node_trace)
 
57
  node_trace.on_click(print_on_click)
58
 
59
  print('PLOTLY_TREE', PLOTLY_TREE)
 
53
 
54
  PLOTLY_TREE = create_plotly_tree()
55
  node_trace = PLOTLY_TREE.data[1]
56
+ print('node_trace', node_trace)
57
+ print(node_trace.on_click)
58
  node_trace.on_click(print_on_click)
59
 
60
  print('PLOTLY_TREE', PLOTLY_TREE)