Spaces:
No application file
No application file
Update app.py
Browse files
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"
|
| 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(
|