Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ with gr.Blocks(css=css, theme="gstaff/sketch") as demo:
|
|
134 |
with gr.Column():
|
135 |
with gr.Column(elem_classes="canvas-output"):
|
136 |
gr.Markdown("## Output")
|
137 |
-
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=
|
138 |
with gr.Accordion("(Result.md)", open=False):
|
139 |
markdown_output = gr.Markdown(label="(Result.md)")
|
140 |
|
|
|
134 |
with gr.Column():
|
135 |
with gr.Column(elem_classes="canvas-output"):
|
136 |
gr.Markdown("## Output")
|
137 |
+
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=3, show_copy_button=True)
|
138 |
with gr.Accordion("(Result.md)", open=False):
|
139 |
markdown_output = gr.Markdown(label="(Result.md)")
|
140 |
|