Commit ·
1a0445f
1
Parent(s): 0c32859
ui: capitalize QUEST in header and hero-heading
Browse filesCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -1845,7 +1845,7 @@ with gr.Blocks(
|
|
| 1845 |
"""
|
| 1846 |
<header class="quest-header">
|
| 1847 |
<div class="quest-header-text">
|
| 1848 |
-
<h1 class="quest-header-title"><span class="quest-name">
|
| 1849 |
<a class="quest-header-byline" href="https://x.com/osunlp" target="_blank" rel="noopener noreferrer">Built by OSU NLP Group</a>
|
| 1850 |
</div>
|
| 1851 |
</header>
|
|
@@ -1858,7 +1858,7 @@ with gr.Blocks(
|
|
| 1858 |
with gr.Group(elem_classes="section-card"):
|
| 1859 |
gr.HTML(
|
| 1860 |
'<div class="section-heading">Ask the agent</div>'
|
| 1861 |
-
'<div class="hero-heading"><span class="quest-name">
|
| 1862 |
)
|
| 1863 |
question = gr.Textbox(
|
| 1864 |
show_label=False,
|
|
|
|
| 1845 |
"""
|
| 1846 |
<header class="quest-header">
|
| 1847 |
<div class="quest-header-text">
|
| 1848 |
+
<h1 class="quest-header-title"><span class="quest-name">QUEST</span>: A Fully Open Recipe for Training Deep Research Agents from Scratch</h1>
|
| 1849 |
<a class="quest-header-byline" href="https://x.com/osunlp" target="_blank" rel="noopener noreferrer">Built by OSU NLP Group</a>
|
| 1850 |
</div>
|
| 1851 |
</header>
|
|
|
|
| 1858 |
with gr.Group(elem_classes="section-card"):
|
| 1859 |
gr.HTML(
|
| 1860 |
'<div class="section-heading">Ask the agent</div>'
|
| 1861 |
+
'<div class="hero-heading"><span class="quest-name">QUEST</span>: What I can research for you?</div>'
|
| 1862 |
)
|
| 1863 |
question = gr.Textbox(
|
| 1864 |
show_label=False,
|