prithivMLmods commited on
Commit
ca74739
·
verified ·
1 Parent(s): 673b1f9

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=14, 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},
 
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},