jackkuo commited on
Commit
4889c2f
·
verified ·
1 Parent(s): 588782a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ with gr.Blocks() as app:
64
  label="Extracted Text",
65
  interactive=True,
66
  placeholder="Extracted text will appear here...",
67
- lines=41,
68
- max_lines=42, # 设置最大行数,如果超过将显示滚动条
69
  autoscroll=False, # 设置自动滚动到底部
70
  show_copy_button=True,
71
  elem_id="text-output"
 
64
  label="Extracted Text",
65
  interactive=True,
66
  placeholder="Extracted text will appear here...",
67
+ lines=40,
68
+ max_lines=40, # 设置最大行数,如果超过将显示滚动条
69
  autoscroll=False, # 设置自动滚动到底部
70
  show_copy_button=True,
71
  elem_id="text-output"