Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -830,7 +830,7 @@ def create_interface():
|
|
| 830 |
|
| 831 |
gr.Markdown("\n".join(model_status))
|
| 832 |
|
| 833 |
-
|
| 834 |
with gr.Row():
|
| 835 |
with gr.Column():
|
| 836 |
# Text outputs
|
|
@@ -865,7 +865,8 @@ def create_interface():
|
|
| 865 |
label="Interactive Tree",
|
| 866 |
value="<p>Click 'Show Tree' to view the ML Simplified Tree in a new tab.</p>"
|
| 867 |
)
|
| 868 |
-
|
|
|
|
| 869 |
|
| 870 |
# File downloads
|
| 871 |
gr.Markdown("### 📁 Download Results")
|
|
|
|
| 830 |
|
| 831 |
gr.Markdown("\n".join(model_status))
|
| 832 |
|
| 833 |
+
with gr.Tab("📊 Results"):
|
| 834 |
with gr.Row():
|
| 835 |
with gr.Column():
|
| 836 |
# Text outputs
|
|
|
|
| 865 |
label="Interactive Tree",
|
| 866 |
value="<p>Click 'Show Tree' to view the ML Simplified Tree in a new tab.</p>"
|
| 867 |
)
|
| 868 |
+
with gr.Row():
|
| 869 |
+
show_tree_btn = gr.Button("👁️ Show Tree", variant="secondary")
|
| 870 |
|
| 871 |
# File downloads
|
| 872 |
gr.Markdown("### 📁 Download Results")
|