Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
268 |
with gr.Column():
|
269 |
with gr.Column(elem_classes="canvas-output"):
|
270 |
gr.Markdown("## Output")
|
271 |
-
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
272 |
|
273 |
with gr.Accordion("(Result.md)", open=False):
|
274 |
markdown_output = gr.Markdown()
|
|
|
268 |
with gr.Column():
|
269 |
with gr.Column(elem_classes="canvas-output"):
|
270 |
gr.Markdown("## Output")
|
271 |
+
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, show_copy_button=True)
|
272 |
|
273 |
with gr.Accordion("(Result.md)", open=False):
|
274 |
markdown_output = gr.Markdown()
|