re-type commited on
Commit
b0ddce3
·
verified ·
1 Parent(s): 9ed00db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -345,7 +345,7 @@ with gr.Blocks(title="Viral Gene Phylogenetic Pipeline", theme=gr.themes.Soft())
345
  phy = gr.File(label="📥 Download IQ-TREE .phy File")
346
 
347
  with gr.Row():
348
- tree_html = gr.HTML(label="🌳 Interactive Tree Preview", height=600)
349
 
350
  # Event handlers
351
  btn1.click(
 
345
  phy = gr.File(label="📥 Download IQ-TREE .phy File")
346
 
347
  with gr.Row():
348
+ tree_html = gr.HTML(label="🌳 Interactive Tree Preview")
349
 
350
  # Event handlers
351
  btn1.click(