Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -362,7 +362,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 362 |
with gr.Column():
|
| 363 |
with gr.Column(elem_classes="canvas-output"):
|
| 364 |
gr.Markdown("## Output")
|
| 365 |
-
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=5)
|
| 366 |
|
| 367 |
with gr.Accordion("(Result.md)", open=False):
|
| 368 |
formatted_output = gr.Markdown(label="(Result.md)")
|
|
|
|
| 362 |
with gr.Column():
|
| 363 |
with gr.Column(elem_classes="canvas-output"):
|
| 364 |
gr.Markdown("## Output")
|
| 365 |
+
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=5, show_copy_button=True)
|
| 366 |
|
| 367 |
with gr.Accordion("(Result.md)", open=False):
|
| 368 |
formatted_output = gr.Markdown(label="(Result.md)")
|