Lzy01241010 Claude Opus 4.7 commited on
Commit
1a0445f
·
1 Parent(s): 0c32859

ui: capitalize QUEST in header and hero-heading

Browse files

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Files changed (1) hide show
  1. app.py +2 -2
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">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,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">Quest</span>: What I can research for you?</div>'
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,