sreejang commited on
Commit
fa9ba67
Β·
verified Β·
1 Parent(s): e0b25a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -222,15 +222,14 @@ with gr.Blocks(theme=custom_theme, css=custom_css, title="Movie Recommender") as
222
  scale=1
223
  )
224
 
225
- # Output section - BIG output box
226
  with gr.Row():
227
  with gr.Column(scale=1):
228
- # To this:
229
- output_results = gr.Textbox(
230
- label="🎯 Recommended Movies",
231
- lines=10,
232
- interactive=False
233
- )
234
 
235
  # Bind events
236
  submit_btn.click(
 
222
  scale=1
223
  )
224
 
225
+ # Output section - BIG output box
226
  with gr.Row():
227
  with gr.Column(scale=1):
228
+ output_results = gr.Textbox(
229
+ label="🎯 Recommended Movies",
230
+ lines=10,
231
+ interactive=False
232
+ )
 
233
 
234
  # Bind events
235
  submit_btn.click(