Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -304,7 +304,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
304 |
with gr.Column():
|
305 |
with gr.Column(elem_classes="canvas-output"):
|
306 |
gr.Markdown("## Output")
|
307 |
-
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
308 |
#format[ft.md]
|
309 |
with gr.Accordion("(Result.md)", open=False):
|
310 |
markdown_output = gr.Markdown(label="Formatted Result (Result.Md)")
|
|
|
304 |
with gr.Column():
|
305 |
with gr.Column(elem_classes="canvas-output"):
|
306 |
gr.Markdown("## Output")
|
307 |
+
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, show_copy_button=True)
|
308 |
#format[ft.md]
|
309 |
with gr.Accordion("(Result.md)", open=False):
|
310 |
markdown_output = gr.Markdown(label="Formatted Result (Result.Md)")
|