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