re-type commited on
Commit
66915f5
·
verified ·
1 Parent(s): d328701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -830,7 +830,7 @@ def create_interface():
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,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
- show_tree_btn = gr.Button("👁️ Show Tree", variant="secondary")
 
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")