Beansbeansbeansbeans commited on
Commit
c5ae439
·
verified ·
1 Parent(s): 74ffc74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -208,14 +208,14 @@ with gr.Blocks(title="Trash Classification", css="#custom_header {min-height: 3r
208
 
209
  with gr.Column():
210
  with gr.Column():
211
- with gr.Box():
212
  gr.Markdown("## Inputs", elem_id="custom_header")
213
  input_image = gr.Image(label="Input Image")
214
  input_image.style(height=240)
215
  btn = gr.Button(value="Submit")
216
  btn.style(full_width=True)
217
  with gr.Column():
218
- with gr.Box():
219
  gr.Markdown("## Outputs", elem_id="custom_header")
220
  recycling_qn = gr.outputs.Textbox(label="Is this recyclable?")
221
  recycling_advice = gr.outputs.Textbox(label="It is not recyclable when:")
 
208
 
209
  with gr.Column():
210
  with gr.Column():
211
+ with gr.Group():
212
  gr.Markdown("## Inputs", elem_id="custom_header")
213
  input_image = gr.Image(label="Input Image")
214
  input_image.style(height=240)
215
  btn = gr.Button(value="Submit")
216
  btn.style(full_width=True)
217
  with gr.Column():
218
+ with gr.Group():
219
  gr.Markdown("## Outputs", elem_id="custom_header")
220
  recycling_qn = gr.outputs.Textbox(label="Is this recyclable?")
221
  recycling_advice = gr.outputs.Textbox(label="It is not recyclable when:")