Spaces:
Sleeping
Sleeping
amirhosseinkarami
commited on
Commit
•
ebd56e0
1
Parent(s):
104d0d2
Update app.py
Browse files
app.py
CHANGED
@@ -29,5 +29,5 @@ def recom (title) :
|
|
29 |
|
30 |
demo = gr.Interface(fn=recom,
|
31 |
inputs=[gr.Dropdown(choices = list(data['title'][:20]), multiselect=False, label="Titles")],
|
32 |
-
outputs=gr.Textbox(label="Titles of recommended items")
|
33 |
demo.launch()
|
|
|
29 |
|
30 |
demo = gr.Interface(fn=recom,
|
31 |
inputs=[gr.Dropdown(choices = list(data['title'][:20]), multiselect=False, label="Titles")],
|
32 |
+
outputs=gr.Textbox(label="Titles of recommended items"))
|
33 |
demo.launch()
|