danschnurp commited on
Commit
082b8e8
·
verified ·
1 Parent(s): 4d10cb1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -201,8 +201,7 @@ iface = gr.Interface(
201
  gr.Dataframe(
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")
208
  ],
 
201
  gr.Dataframe(
202
  headers=["Rank", "Title", "Author", "Year", "Publisher", "ISBN", "Rating"],
203
  type="pandas",
204
+
 
205
  ),
206
  gr.JSON(label="Detailed Recommendations")
207
  ],