Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
121 |
gr.Markdown(
|
122 |
"""
|
123 |
-
#
|
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 |
)
|