prithivMLmods commited on
Commit
7853f52
·
verified ·
1 Parent(s): e84ad0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +320,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
320
 
321
  with gr.Column(scale=3):
322
  gr.Markdown("## Output", elem_id="output-title")
323
- output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=14, show_copy_button=True)
324
  with gr.Accordion("(Result.md)", open=False):
325
  markdown_output = gr.Markdown()
326
 
 
320
 
321
  with gr.Column(scale=3):
322
  gr.Markdown("## Output", elem_id="output-title")
323
+ output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=11, show_copy_button=True)
324
  with gr.Accordion("(Result.md)", open=False):
325
  markdown_output = gr.Markdown()
326