Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -322,7 +322,7 @@ with gr.Blocks() as demo:
|
|
| 322 |
|
| 323 |
with gr.Column(scale=3):
|
| 324 |
gr.Markdown("## Output", elem_id="output-title")
|
| 325 |
-
raw_output = gr.Textbox(label="Raw Output Stream", interactive=
|
| 326 |
with gr.Accordion("(Result.md)", open=False):
|
| 327 |
markdown_output = gr.Markdown()
|
| 328 |
|
|
|
|
| 322 |
|
| 323 |
with gr.Column(scale=3):
|
| 324 |
gr.Markdown("## Output", elem_id="output-title")
|
| 325 |
+
raw_output = gr.Textbox(label="Raw Output Stream", interactive=True, lines=11)
|
| 326 |
with gr.Accordion("(Result.md)", open=False):
|
| 327 |
markdown_output = gr.Markdown()
|
| 328 |
|