Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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."
|