Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,6 @@ iface = gr.Interface(
|
|
202 |
headers=["Rank", "Title", "Author", "Year", "Publisher", "ISBN", "Rating"],
|
203 |
type="pandas",
|
204 |
wrap=True,
|
205 |
-
height=500,
|
206 |
width=1000
|
207 |
),
|
208 |
gr.JSON(label="Detailed Recommendations")
|
|
|
202 |
headers=["Rank", "Title", "Author", "Year", "Publisher", "ISBN", "Rating"],
|
203 |
type="pandas",
|
204 |
wrap=True,
|
|
|
205 |
width=1000
|
206 |
),
|
207 |
gr.JSON(label="Detailed Recommendations")
|