Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -293,7 +293,7 @@ with gr.Blocks() as demo:
|
|
| 293 |
|
| 294 |
with gr.Column(scale=3):
|
| 295 |
gr.Markdown("## Output", elem_id="output-title")
|
| 296 |
-
raw_output = gr.Textbox(label="Raw Output Stream", interactive=
|
| 297 |
with gr.Accordion("(Result.md)", open=False):
|
| 298 |
formatted_output = gr.Markdown(label="(Result.md)")
|
| 299 |
|
|
|
|
| 293 |
|
| 294 |
with gr.Column(scale=3):
|
| 295 |
gr.Markdown("## Output", elem_id="output-title")
|
| 296 |
+
raw_output = gr.Textbox(label="Raw Output Stream", interactive=True, lines=11)
|
| 297 |
with gr.Accordion("(Result.md)", open=False):
|
| 298 |
formatted_output = gr.Markdown(label="(Result.md)")
|
| 299 |
|