prithivMLmods commited on
Commit
54627e0
·
verified ·
1 Parent(s): 00cd4df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ with gr.Blocks(css=css, theme=orange_red_theme) as demo:
214
  )
215
 
216
  with gr.Column(scale=2):
217
- output_text = gr.Textbox(label="Parsed Content (Markdown/LaTeX)", lines=8, show_copy_button=True)
218
  output_image = gr.Image(label="Layout Detection", type="pil")
219
 
220
  submit_btn.click(
 
214
  )
215
 
216
  with gr.Column(scale=2):
217
+ output_text = gr.Textbox(label="Parsed Content (Markdown/LaTeX)", lines=12, show_copy_button=True)
218
  output_image = gr.Image(label="Layout Detection", type="pil")
219
 
220
  submit_btn.click(