Commit
·
5e9ee55
1
Parent(s):
e728fd8
link update
Browse files- create_leaderboard.py +2 -2
- requirements.txt +1 -1
create_leaderboard.py
CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks(title="DeepResearch Bench") as demo:
|
|
63 |
<div class="intro-block">
|
64 |
The research aims to comprehensively evaluate the capabilities of Deep Research Agents.<br>
|
65 |
<a href="#">Code</a> |
|
66 |
-
<a href="
|
67 |
<a href="#">Paper</a> |
|
68 |
<a href="#">Eval Dataset</a> |
|
69 |
Total models: 16 | Last Update: 28 May 2025
|
@@ -73,8 +73,8 @@ with gr.Blocks(title="DeepResearch Bench") as demo:
|
|
73 |
# ========= 主 Tabs =========
|
74 |
with gr.Tabs():
|
75 |
create_leaderboard_tab() # 🏆 Leaderboard
|
76 |
-
create_data_viewer_tab() # 🔍 Data Viewer
|
77 |
create_data_viewer_side_by_side_tab()
|
|
|
78 |
|
79 |
with gr.Tab("💬Prompt-to-Leaderboard"):
|
80 |
gr.Markdown(
|
|
|
63 |
<div class="intro-block">
|
64 |
The research aims to comprehensively evaluate the capabilities of Deep Research Agents.<br>
|
65 |
<a href="#">Code</a> |
|
66 |
+
<a href="https://deepresearch-bench.github.io/">Website</a> |
|
67 |
<a href="#">Paper</a> |
|
68 |
<a href="#">Eval Dataset</a> |
|
69 |
Total models: 16 | Last Update: 28 May 2025
|
|
|
73 |
# ========= 主 Tabs =========
|
74 |
with gr.Tabs():
|
75 |
create_leaderboard_tab() # 🏆 Leaderboard
|
|
|
76 |
create_data_viewer_side_by_side_tab()
|
77 |
+
create_data_viewer_tab() # 🔍 Data Viewer
|
78 |
|
79 |
with gr.Tab("💬Prompt-to-Leaderboard"):
|
80 |
gr.Markdown(
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
pandas
|
3 |
numpy
|
4 |
plotly
|
|
|
1 |
+
gradio
|
2 |
pandas
|
3 |
numpy
|
4 |
plotly
|