jalarrimore commited on
Commit
2d4e090
·
verified ·
1 Parent(s): 6f94a9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Box():
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
  """