Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def search_and_generate(query, sort_by, sort_order, max_results, system_message,
|
|
57 |
|
58 |
# Gradio-Interface mit Eingabe- und Ausgabefeldern
|
59 |
def create_intro_text():
|
60 |
-
return ("Enter your specific query in the field below, and the bot will provide you with studies including the title, link, and summary.")
|
61 |
|
62 |
with gr.Blocks() as demo:
|
63 |
gr.Markdown(create_intro_text())
|
|
|
57 |
|
58 |
# Gradio-Interface mit Eingabe- und Ausgabefeldern
|
59 |
def create_intro_text():
|
60 |
+
return ("This chatbot uses AI to answer your questions and retrieve relevant studies from the arXiv database. Enter your specific query in the field below, and the bot will provide you with studies including the title, link, and summary.")
|
61 |
|
62 |
with gr.Blocks() as demo:
|
63 |
gr.Markdown(create_intro_text())
|