zhimin-z commited on
Commit
1b3d4e2
·
1 Parent(s): 6199ec7
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -944,7 +944,7 @@ with gr.Blocks(title="SWE Agent Issue & Discussion Leaderboard", theme=gr.themes
944
  gr.Markdown("### Issue Monthly Performance - Top 5 Agents")
945
  gr.Markdown("*Shows issue resolution trends and volumes for the most active agents*")
946
 
947
- monthly_metrics_plot = gr.Plot(label="Monthly Metrics")
948
 
949
  # Load monthly metrics when app starts
950
  app.load(
@@ -958,7 +958,7 @@ with gr.Blocks(title="SWE Agent Issue & Discussion Leaderboard", theme=gr.themes
958
  gr.Markdown("### Discussion Monthly Performance - Top 5 Agents")
959
  gr.Markdown("*Shows discussion resolution trends and volumes for the most active agents*")
960
 
961
- discussion_metrics_plot = gr.Plot(label="Discussion Monthly Metrics")
962
 
963
  # Load discussion monthly metrics when app starts
964
  app.load(
 
944
  gr.Markdown("### Issue Monthly Performance - Top 5 Agents")
945
  gr.Markdown("*Shows issue resolution trends and volumes for the most active agents*")
946
 
947
+ monthly_metrics_plot = gr.Plot()
948
 
949
  # Load monthly metrics when app starts
950
  app.load(
 
958
  gr.Markdown("### Discussion Monthly Performance - Top 5 Agents")
959
  gr.Markdown("*Shows discussion resolution trends and volumes for the most active agents*")
960
 
961
+ discussion_metrics_plot = gr.Plot()
962
 
963
  # Load discussion monthly metrics when app starts
964
  app.load(