danschnurp commited on
Commit
898cc5a
·
verified ·
1 Parent(s): 34741d0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -192,8 +192,7 @@ iface = gr.Interface(
192
  headers=["Rank", "Title", "Author", "Year", "Publisher", "ISBN", "Rating"],
193
  type="pandas",
194
 
195
- ),
196
- gr.JSON(label="Detailed Recommendations")
197
  ],
198
  title="Book Recommender",
199
  description="Enter a book title to get recommendations based on user ratings and book similarities."
 
192
  headers=["Rank", "Title", "Author", "Year", "Publisher", "ISBN", "Rating"],
193
  type="pandas",
194
 
195
+ )
 
196
  ],
197
  title="Book Recommender",
198
  description="Enter a book title to get recommendations based on user ratings and book similarities."