harishB97 commited on
Commit
aa5f6af
·
verified ·
1 Parent(s): 20ea453

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()