Deepak Sahu commited on
Commit
483f6d3
·
1 Parent(s): 6795e5d
Files changed (1) hide show
  1. app.py +1 -1
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", label=True)]
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(