dwipper commited on
Commit
e9a3875
·
1 Parent(s): a4990a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -465,8 +465,8 @@ with gr.Blocks(CIMStheme) as iface:
465
  gr.Markdown("")
466
  with gr.Column():
467
  gr.Markdown("")
468
- with gr.Row(variant='panel'):
469
- with gr.Column():
470
  with gr.Row():
471
  with gr.Column():
472
  gr.components.Markdown(response_label)
 
465
  gr.Markdown("")
466
  with gr.Column():
467
  gr.Markdown("")
468
+ with gr.Row():
469
+ with gr.Column(variant='panel'):
470
  with gr.Row():
471
  with gr.Column():
472
  gr.components.Markdown(response_label)