Spaces:
Sleeping
Sleeping
Deepak Sahu
commited on
Commit
·
483f6d3
1
Parent(s):
6795e5d
typo
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def get_recommendation(book_title: str) -> list:
|
|
84 |
input_textbox = gr.Textbox(label="Search for book with name similary to", placeholder="Rich Dad Poor Dad", max_lines=1)
|
85 |
|
86 |
# Output Interface Render
|
87 |
-
output = [gr.Label(label="Similar Books"), gr.HTML(label="Books Descriptions",
|
88 |
|
89 |
# Stich interace and run
|
90 |
demo = gr.Interface(
|
|
|
84 |
input_textbox = gr.Textbox(label="Search for book with name similary to", placeholder="Rich Dad Poor Dad", max_lines=1)
|
85 |
|
86 |
# Output Interface Render
|
87 |
+
output = [gr.Label(label="Similar Books"), gr.HTML(label="Books Descriptions", show_label=True)]
|
88 |
|
89 |
# Stich interace and run
|
90 |
demo = gr.Interface(
|