Commit 路
154aaf2
1
Parent(s): 46481c4
ui: capitalize QUEST in Space title, browser tab title, footer copy
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 馃攷
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
|
|
|
| 1 |
---
|
| 2 |
+
title: QUEST
|
| 3 |
emoji: 馃攷
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
app.py
CHANGED
|
@@ -1897,7 +1897,7 @@ def _example_label(ex: Dict[str, str]) -> str:
|
|
| 1897 |
|
| 1898 |
|
| 1899 |
with gr.Blocks(
|
| 1900 |
-
title="
|
| 1901 |
theme=APP_THEME,
|
| 1902 |
css=CUSTOM_CSS,
|
| 1903 |
fill_width=True,
|
|
@@ -2028,7 +2028,7 @@ with gr.Blocks(
|
|
| 2028 |
gr.HTML(
|
| 2029 |
"""
|
| 2030 |
<footer class="quest-footer">
|
| 2031 |
-
<p>
|
| 2032 |
<div class="quest-footer-links">
|
| 2033 |
<a href="https://nlp.osu.edu/" target="_blank" rel="noopener noreferrer">OSU NLP</a>
|
| 2034 |
<a href="https://huggingface.co/osunlp" target="_blank" rel="noopener noreferrer">Hugging Face</a>
|
|
|
|
| 1897 |
|
| 1898 |
|
| 1899 |
with gr.Blocks(
|
| 1900 |
+
title="QUEST 路 Deep Research by OSU NLP",
|
| 1901 |
theme=APP_THEME,
|
| 1902 |
css=CUSTOM_CSS,
|
| 1903 |
fill_width=True,
|
|
|
|
| 2028 |
gr.HTML(
|
| 2029 |
"""
|
| 2030 |
<footer class="quest-footer">
|
| 2031 |
+
<p>QUEST is a fully open recipe for training deep research agents from scratch — covering data synthesis, memory management, infrastructure, and long-horizon training.</p>
|
| 2032 |
<div class="quest-footer-links">
|
| 2033 |
<a href="https://nlp.osu.edu/" target="_blank" rel="noopener noreferrer">OSU NLP</a>
|
| 2034 |
<a href="https://huggingface.co/osunlp" target="_blank" rel="noopener noreferrer">Hugging Face</a>
|