Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def recommend_movie(movie):
|
|
| 17 |
dls.classes['original_title'][idx]
|
| 18 |
|
| 19 |
input_txt = gr.Textbox()
|
| 20 |
-
with gr.
|
| 21 |
# recommendations = get_recommendations(0)
|
| 22 |
gr.Markdown(
|
| 23 |
"""
|
|
|
|
| 17 |
dls.classes['original_title'][idx]
|
| 18 |
|
| 19 |
input_txt = gr.Textbox()
|
| 20 |
+
with gr.Textbox():
|
| 21 |
# recommendations = get_recommendations(0)
|
| 22 |
gr.Markdown(
|
| 23 |
"""
|