Mehrdad Esmaeili commited on
Commit
ea5dbb9
1 Parent(s): 6db9479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ gr.ChatInterface(predict,
87
  title="Amazon But Better",
88
  description="Amazon started out with selling books. However, searching books on \
89
  Amazon is tedious and inaccurate if you don't know what you are exactly looking for. **Why not \
90
- make it faster and easier with LLMs:).** This chatbot's context is based on all the non-sponsored \
91
  Kindle ebooks found in the biography section of amazon.ca (1195 items).").launch()
92
  # gr.ChatInterface(predict).launch()
93
 
 
87
  title="Amazon But Better",
88
  description="Amazon started out with selling books. However, searching books on \
89
  Amazon is tedious and inaccurate if you don't know what you are exactly looking for. **Why not \
90
+ make it faster and easier with LLMs:).** This chatbot's context is based on almost all the non-sponsored \
91
  Kindle ebooks found in the biography section of amazon.ca (1195 items).").launch()
92
  # gr.ChatInterface(predict).launch()
93