prithivMLmods commited on
Commit
08bc2ec
·
verified ·
1 Parent(s): f96ecf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -350,7 +350,7 @@ with gr.Blocks(theme=light_salmon_theme, css=css) as demo:
350
 
351
  with gr.Column(scale=3):
352
  gr.Markdown("## Output", elem_id="output-title")
353
- output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=10, show_copy_button=True)
354
  with gr.Accordion("(Result.md)", open=False):
355
  markdown_output = gr.Markdown(label="(Result.Md)", latex_delimiters=[
356
  {"left": "$$", "right": "$$", "display": True},
 
350
 
351
  with gr.Column(scale=3):
352
  gr.Markdown("## Output", elem_id="output-title")
353
+ output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=14, show_copy_button=True)
354
  with gr.Accordion("(Result.md)", open=False):
355
  markdown_output = gr.Markdown(label="(Result.Md)", latex_delimiters=[
356
  {"left": "$$", "right": "$$", "display": True},