zhimin-z
commited on
Commit
·
4feb8ae
1
Parent(s):
aa0fa76
fix
Browse files
app.py
CHANGED
|
@@ -793,13 +793,11 @@ with gr.Blocks(title="SWE Assistant Issue & Discussion Leaderboard", theme=gr.th
|
|
| 793 |
with gr.Row():
|
| 794 |
with gr.Column():
|
| 795 |
gr.Markdown("*Issue volume and resolved rate over time*")
|
| 796 |
-
monthly_metrics_plot = gr.Plot(
|
| 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(
|
| 803 |
|
| 804 |
# Load monthly metrics when app starts
|
| 805 |
app.load(
|
|
|
|
| 793 |
with gr.Row():
|
| 794 |
with gr.Column():
|
| 795 |
gr.Markdown("*Issue volume and resolved rate over time*")
|
| 796 |
+
monthly_metrics_plot = gr.Plot()
|
| 797 |
|
|
|
|
|
|
|
| 798 |
with gr.Column():
|
| 799 |
gr.Markdown("*Discussion volume and resolved rate over time*")
|
| 800 |
+
discussion_metrics_plot = gr.Plot()
|
| 801 |
|
| 802 |
# Load monthly metrics when app starts
|
| 803 |
app.load(
|