MorettiGS commited on
Commit
abcfba5
1 Parent(s): 77fe8b3

fix nomenclature

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def top5(user):
62
 
63
  iface = gr.Interface(
64
  fn=top5,
65
- inputs=gr.Dropdown(choices=id_list),
66
  outputs="text",
67
  title="Books Recommendation",
68
  description="This model is responsible for a recommendation system involving books and their ratings.",
 
62
 
63
  iface = gr.Interface(
64
  fn=top5,
65
+ inputs=gr.Dropdown(choices=ids_list),
66
  outputs="text",
67
  title="Books Recommendation",
68
  description="This model is responsible for a recommendation system involving books and their ratings.",