hmrizal commited on
Commit
d61ab86
·
verified ·
1 Parent(s): 4f96eb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -117,10 +117,10 @@ def chat(title, author, question):
117
  return response
118
  return "Book not found. Please check the title and author."
119
 
120
- with gr.Blocks(title="Simple Book AI (Wikipedia-based)") as demo:
121
  gr.Markdown(
122
  """
123
- # Simple Book AI (Wikipedia-based)
124
  Input the title and author(s) of the book to get the relevant information and book recommendations similar to your book. You could also ask other questions regarding your book.
125
  """
126
  )
 
117
  return response
118
  return "Book not found. Please check the title and author."
119
 
120
+ with gr.Blocks(title="Bookipedia") as demo:
121
  gr.Markdown(
122
  """
123
+ # Bookipedia
124
  Input the title and author(s) of the book to get the relevant information and book recommendations similar to your book. You could also ask other questions regarding your book.
125
  """
126
  )