Subha95 commited on
Commit
5d39370
·
verified ·
1 Parent(s): 772864e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ chatbot = gr.ChatInterface(
18
  fn=respond,
19
  type="messages", # since your RAG returns plain text
20
  title="Harry Potter Wikipedia",
21
- description="Ask me anything from my knowledge base."
22
  )
23
 
24
  if __name__ == "__main__":
 
18
  fn=respond,
19
  type="messages", # since your RAG returns plain text
20
  title="Harry Potter Wikipedia",
21
+ description="It might take little long time to response, wait for the MAGIC."
22
  )
23
 
24
  if __name__ == "__main__":