zhimin-z
commited on
Commit
·
b65fbf5
1
Parent(s):
ef6fc2a
add
Browse files
app.py
CHANGED
|
@@ -697,14 +697,14 @@ with gr.Blocks(title="SWE Assistant PR, Review & Commit Leaderboard", theme=gr.t
|
|
| 697 |
outputs=[pr_monthly_metrics_plot]
|
| 698 |
)
|
| 699 |
app.load(
|
| 700 |
-
fn=lambda: create_monthly_metrics_plot(type="
|
| 701 |
inputs=[],
|
| 702 |
-
outputs=[
|
| 703 |
)
|
| 704 |
app.load(
|
| 705 |
-
fn=lambda: create_monthly_metrics_plot(type="
|
| 706 |
inputs=[],
|
| 707 |
-
outputs=[
|
| 708 |
)
|
| 709 |
|
| 710 |
|
|
|
|
| 697 |
outputs=[pr_monthly_metrics_plot]
|
| 698 |
)
|
| 699 |
app.load(
|
| 700 |
+
fn=lambda: create_monthly_metrics_plot(type="review"),
|
| 701 |
inputs=[],
|
| 702 |
+
outputs=[review_monthly_metrics_plot]
|
| 703 |
)
|
| 704 |
app.load(
|
| 705 |
+
fn=lambda: create_monthly_metrics_plot(type="commit"),
|
| 706 |
inputs=[],
|
| 707 |
+
outputs=[commit_monthly_metrics_plot]
|
| 708 |
)
|
| 709 |
|
| 710 |
|