Spaces:
Sleeping
Sleeping
updated subtitle
Browse files
app.py
CHANGED
@@ -236,7 +236,7 @@ with gr.Blocks() as demo:
|
|
236 |
gr.Markdown("# Feynbot on INSPIRE HEP Search")
|
237 |
gr.Markdown("""Specialized academic search tool that combines traditional
|
238 |
database searching with AI-powered query expansion and result
|
239 |
-
synthesis, focused on
|
240 |
with gr.Row():
|
241 |
with gr.Column():
|
242 |
query = gr.Textbox(label="Search Query")
|
|
|
236 |
gr.Markdown("# Feynbot on INSPIRE HEP Search")
|
237 |
gr.Markdown("""Specialized academic search tool that combines traditional
|
238 |
database searching with AI-powered query expansion and result
|
239 |
+
synthesis, focused on High Energy Physics research papers.""")
|
240 |
with gr.Row():
|
241 |
with gr.Column():
|
242 |
query = gr.Textbox(label="Search Query")
|