harishB97 commited on
Commit
c3cd3d1
·
verified ·
1 Parent(s): 489cf4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def setup_interface():
46
  iface = gr.Interface(
47
  fn=create_plotly_tree,
48
  inputs=[],
49
- outputs=gr.Plotly(),
50
  title="Interactive Tree Visualization"
51
  )
52
  return iface
 
46
  iface = gr.Interface(
47
  fn=create_plotly_tree,
48
  inputs=[],
49
+ outputs=gr.outputs.Plotly(),
50
  title="Interactive Tree Visualization"
51
  )
52
  return iface