zhimin-z
commited on
Commit
·
aa0fa76
1
Parent(s):
df9900d
fix
Browse files
app.py
CHANGED
|
@@ -792,13 +792,13 @@ with gr.Blocks(title="SWE Assistant Issue & Discussion Leaderboard", theme=gr.th
|
|
| 792 |
|
| 793 |
with gr.Row():
|
| 794 |
with gr.Column():
|
| 795 |
-
gr.Markdown("*Issue volume and resolved rate
|
| 796 |
monthly_metrics_plot = gr.Plot(label="Issue Monthly Metrics")
|
| 797 |
|
| 798 |
# Discussion Monthly Metrics Section
|
| 799 |
gr.Markdown("---") # Divider
|
| 800 |
with gr.Column():
|
| 801 |
-
gr.Markdown("*Discussion volume and resolved rate
|
| 802 |
discussion_metrics_plot = gr.Plot(label="Discussion Monthly Metrics")
|
| 803 |
|
| 804 |
# Load monthly metrics when app starts
|
|
|
|
| 792 |
|
| 793 |
with gr.Row():
|
| 794 |
with gr.Column():
|
| 795 |
+
gr.Markdown("*Issue volume and resolved rate over time*")
|
| 796 |
monthly_metrics_plot = gr.Plot(label="Issue Monthly Metrics")
|
| 797 |
|
| 798 |
# Discussion Monthly Metrics Section
|
| 799 |
gr.Markdown("---") # Divider
|
| 800 |
with gr.Column():
|
| 801 |
+
gr.Markdown("*Discussion volume and resolved rate over time*")
|
| 802 |
discussion_metrics_plot = gr.Plot(label="Discussion Monthly Metrics")
|
| 803 |
|
| 804 |
# Load monthly metrics when app starts
|