Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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)
|