Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -469,7 +469,7 @@ with gr.Blocks(theme=orange_red_theme, css=css) as demo:
|
|
| 469 |
|
| 470 |
with gr.Column(scale=3):
|
| 471 |
gr.Markdown("## Output", elem_id="output-title")
|
| 472 |
-
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=
|
| 473 |
with gr.Accordion("(Result.md)", open=False):
|
| 474 |
markdown_output = gr.Markdown(label="(Result.Md)", latex_delimiters=[
|
| 475 |
{"left": "$$", "right": "$$", "display": True},
|
|
|
|
| 469 |
|
| 470 |
with gr.Column(scale=3):
|
| 471 |
gr.Markdown("## Output", elem_id="output-title")
|
| 472 |
+
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=12, show_copy_button=True)
|
| 473 |
with gr.Accordion("(Result.md)", open=False):
|
| 474 |
markdown_output = gr.Markdown(label="(Result.Md)", latex_delimiters=[
|
| 475 |
{"left": "$$", "right": "$$", "display": True},
|