Spaces:
Running
Running
Danny Liu commited on
Commit ·
8a32061
1
Parent(s): 7c6ad47
keep debugging v5
Browse files
app.py
CHANGED
|
@@ -44,9 +44,9 @@ with demo:
|
|
| 44 |
|
| 45 |
gr.Markdown("## Benchmark")
|
| 46 |
gr.Markdown("### Model evaluation on VerilogEval-Human V1 benchmark (156 problems, 10 rollouts each)")
|
| 47 |
-
with gr.Row()
|
| 48 |
leaderboard = init_leaderboard(LEADERBOARD_DF)
|
| 49 |
-
with gr.Row()
|
| 50 |
gr.Markdown("### Evaluation Results")
|
| 51 |
gr.Markdown(CONCLUSION_TEXT, elem_classes="markdown-text")
|
| 52 |
|
|
|
|
| 44 |
|
| 45 |
gr.Markdown("## Benchmark")
|
| 46 |
gr.Markdown("### Model evaluation on VerilogEval-Human V1 benchmark (156 problems, 10 rollouts each)")
|
| 47 |
+
with gr.Row():
|
| 48 |
leaderboard = init_leaderboard(LEADERBOARD_DF)
|
| 49 |
+
with gr.Row():
|
| 50 |
gr.Markdown("### Evaluation Results")
|
| 51 |
gr.Markdown(CONCLUSION_TEXT, elem_classes="markdown-text")
|
| 52 |
|