fffiloni commited on
Commit
4f899e0
1 Parent(s): cdc114c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(css=css) as demo:
80
  <h2 style="text-align: center;">LLM Agent from a Picture</h2>
81
  <p style="text-align: center;">{description}</p>
82
  """)
83
- with gr.Box():
84
  with gr.Row():
85
  with gr.Column():
86
  image_in = gr.Image(
 
80
  <h2 style="text-align: center;">LLM Agent from a Picture</h2>
81
  <p style="text-align: center;">{description}</p>
82
  """)
83
+ with gr.Group():
84
  with gr.Row():
85
  with gr.Column():
86
  image_in = gr.Image(