Commit ·
b74d2bf
1
Parent(s): 4e8a39e
ui: hero heading verb back to "research" (deep research framing)
Browse files
app.py
CHANGED
|
@@ -2386,7 +2386,7 @@ with gr.Blocks(
|
|
| 2386 |
with gr.Group(elem_classes="section-card"):
|
| 2387 |
gr.HTML(
|
| 2388 |
'<div class="section-heading">Ask the agent</div>'
|
| 2389 |
-
'<div class="hero-heading"><span class="quest-name">QUEST</span>: What can I
|
| 2390 |
)
|
| 2391 |
question = gr.Textbox(
|
| 2392 |
show_label=False,
|
|
|
|
| 2386 |
with gr.Group(elem_classes="section-card"):
|
| 2387 |
gr.HTML(
|
| 2388 |
'<div class="section-heading">Ask the agent</div>'
|
| 2389 |
+
'<div class="hero-heading"><span class="quest-name">QUEST</span>: What can I research for you?</div>'
|
| 2390 |
)
|
| 2391 |
question = gr.Textbox(
|
| 2392 |
show_label=False,
|