Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
324 |
gr.Markdown("## Output")
|
325 |
output = gr.Textbox(label="Raw Output Stream",
|
326 |
interactive=False,
|
327 |
-
lines=2)
|
328 |
with gr.Accordion("(Result.md)", open=False):
|
329 |
markdown_output = gr.Markdown(
|
330 |
label="markup.md")
|
|
|
324 |
gr.Markdown("## Output")
|
325 |
output = gr.Textbox(label="Raw Output Stream",
|
326 |
interactive=False,
|
327 |
+
lines=2, show_copy_button=True)
|
328 |
with gr.Accordion("(Result.md)", open=False):
|
329 |
markdown_output = gr.Markdown(
|
330 |
label="markup.md")
|