Spaces:
Sleeping
Sleeping
fix nomenclature
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def top5(user):
|
|
| 62 |
|
| 63 |
iface = gr.Interface(
|
| 64 |
fn=top5,
|
| 65 |
-
inputs=gr.Dropdown(choices=
|
| 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.",
|