Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -320,7 +320,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 320 |
|
| 321 |
with gr.Column(scale=3):
|
| 322 |
gr.Markdown("## Output", elem_id="output-title")
|
| 323 |
-
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=
|
| 324 |
with gr.Accordion("(Result.md)", open=False):
|
| 325 |
markdown_output = gr.Markdown()
|
| 326 |
|
|
|
|
| 320 |
|
| 321 |
with gr.Column(scale=3):
|
| 322 |
gr.Markdown("## Output", elem_id="output-title")
|
| 323 |
+
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=11, show_copy_button=True)
|
| 324 |
with gr.Accordion("(Result.md)", open=False):
|
| 325 |
markdown_output = gr.Markdown()
|
| 326 |
|