Update app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ with gr.Blocks() as demo:
|
|
| 157 |
|
| 158 |
gr.Markdown("## Interactive Tree and Image Display")
|
| 159 |
with gr.Row():
|
| 160 |
-
tree_output = gr.Plot(plot_tree_using_igraph) # Connect the function directly
|
| 161 |
|
| 162 |
|
| 163 |
demo.launch()
|
|
|
|
| 157 |
|
| 158 |
gr.Markdown("## Interactive Tree and Image Display")
|
| 159 |
with gr.Row():
|
| 160 |
+
tree_output = gr.Plot(plot_tree_using_igraph, scale=2) # Connect the function directly
|
| 161 |
|
| 162 |
|
| 163 |
demo.launch()
|