harishB97 commited on
Commit
71318fc
·
verified ·
1 Parent(s): 7a4c152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ print('PLOTLY_TREE', PLOTLY_TREE)
53
 
54
  def setup_interface():
55
  iface = gr.Interface(
56
- fn=create_plotly_tree,
57
  inputs=[],
58
  outputs=gr.Plot(),
59
  title="Interactive Tree Visualization"
 
53
 
54
  def setup_interface():
55
  iface = gr.Interface(
56
+ fn=get_plotly_tree,
57
  inputs=[],
58
  outputs=gr.Plot(),
59
  title="Interactive Tree Visualization"