Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
284 |
with gr.Column():
|
285 |
with gr.Column(elem_classes="canvas-output"):
|
286 |
gr.Markdown("## Output")
|
287 |
-
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
288 |
|
289 |
with gr.Accordion("(Result.md)", open=False):
|
290 |
markdown_output = gr.Markdown(label="(Result.Md)")
|
|
|
284 |
with gr.Column():
|
285 |
with gr.Column(elem_classes="canvas-output"):
|
286 |
gr.Markdown("## Output")
|
287 |
+
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, show_copy_button=True)
|
288 |
|
289 |
with gr.Accordion("(Result.md)", open=False):
|
290 |
markdown_output = gr.Markdown(label="(Result.Md)")
|