Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,7 @@ with gr.Blocks(
|
|
50 |
clear_btn = gr.ClearButton(value="Clear")
|
51 |
|
52 |
with gr.Column():
|
|
|
53 |
gr.Markdown("<center><h2>Summary Output</h2></center>")
|
54 |
out = gr.Markdown()
|
55 |
|
|
|
50 |
clear_btn = gr.ClearButton(value="Clear")
|
51 |
|
52 |
with gr.Column():
|
53 |
+
with gr.Row():
|
54 |
gr.Markdown("<center><h2>Summary Output</h2></center>")
|
55 |
out = gr.Markdown()
|
56 |
|