Sebbe33 commited on
Commit
e0af09a
·
verified ·
1 Parent(s): 5e6e8f5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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())