zhimin-z commited on
Commit
a1b9ad1
·
1 Parent(s): e6e4ba3

with gr.Group():

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -643,10 +643,10 @@ with gr.Blocks(title="SWE Agent Review Leaderboard", theme=gr.themes.Soft()) as
643
 
644
  # Monthly Metrics Section
645
  gr.Markdown("---") # Divider
646
- gr.Markdown("### Monthly Performance - Top 5 Agents")
647
- gr.Markdown("*Shows acceptance rate trends and review volumes for the most active agents*")
648
-
649
- monthly_metrics_plot = gr.Plot(label="Monthly Metrics")
650
 
651
  # Load monthly metrics when app starts
652
  app.load(
@@ -657,9 +657,8 @@ with gr.Blocks(title="SWE Agent Review Leaderboard", theme=gr.themes.Soft()) as
657
 
658
 
659
  # Submit Agent Tab
660
- with gr.Tab("Submit Agent"):
661
 
662
- gr.Markdown("### Submit Your Agent")
663
  gr.Markdown("Fill in the details below to add your agent to the leaderboard.")
664
 
665
  with gr.Row():
 
643
 
644
  # Monthly Metrics Section
645
  gr.Markdown("---") # Divider
646
+ with gr.Group():
647
+ gr.Markdown("### Monthly Performance - Top 5 Agents")
648
+ gr.Markdown("*Shows acceptance rate trends and review volumes for the most active agents*")
649
+ monthly_metrics_plot = gr.Plot(label="Monthly Metrics")
650
 
651
  # Load monthly metrics when app starts
652
  app.load(
 
657
 
658
 
659
  # Submit Agent Tab
660
+ with gr.Tab("Submit Your Agent"):
661
 
 
662
  gr.Markdown("Fill in the details below to add your agent to the leaderboard.")
663
 
664
  with gr.Row():