Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(css=css, theme="gstaff/sketch") as demo:
|
|
135 |
with gr.Column():
|
136 |
with gr.Column(elem_classes="canvas-output"):
|
137 |
gr.Markdown("## Output")
|
138 |
-
output = gr.Textbox(label="Raw Output Stream", interactive=
|
139 |
with gr.Accordion("(Result.md)", open=False):
|
140 |
markdown_output = gr.Markdown(label="(Result.md)")
|
141 |
|
|
|
135 |
with gr.Column():
|
136 |
with gr.Column(elem_classes="canvas-output"):
|
137 |
gr.Markdown("## Output")
|
138 |
+
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, show_copy_button=True)
|
139 |
with gr.Accordion("(Result.md)", open=False):
|
140 |
markdown_output = gr.Markdown(label="(Result.md)")
|
141 |
|