Commit ·
9d849dd
1
Parent(s): ccd5c6d
ui: header title -> "QUEST: Training Frontier Deep Research Agents with Fully Synthetic Tasks"
Browse files
app.py
CHANGED
|
@@ -2370,7 +2370,7 @@ with gr.Blocks(
|
|
| 2370 |
"""
|
| 2371 |
<header class="quest-header">
|
| 2372 |
<div class="quest-header-text">
|
| 2373 |
-
<h1 class="quest-header-title"><span class="quest-name">QUEST</span>:
|
| 2374 |
<a class="quest-header-byline" href="https://x.com/osunlp" target="_blank" rel="noopener noreferrer">Built by OSU NLP Group</a>
|
| 2375 |
</div>
|
| 2376 |
</header>
|
|
|
|
| 2370 |
"""
|
| 2371 |
<header class="quest-header">
|
| 2372 |
<div class="quest-header-text">
|
| 2373 |
+
<h1 class="quest-header-title"><span class="quest-name">QUEST</span>: Training Frontier Deep Research Agents with Fully Synthetic Tasks</h1>
|
| 2374 |
<a class="quest-header-byline" href="https://x.com/osunlp" target="_blank" rel="noopener noreferrer">Built by OSU NLP Group</a>
|
| 2375 |
</div>
|
| 2376 |
</header>
|