jackkuo commited on
Commit
67e6ad6
·
verified ·
1 Parent(s): cbd936f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -156,8 +156,8 @@ with gr.Blocks(title="Automated Enzyme Kinetics Extractor") as demo:
156
  label="Extracted Text",
157
  interactive=True,
158
  placeholder="Extracted text will appear here...",
159
- lines=39,
160
- max_lines=39, # 设置最大行数,如果超过将显示滚动条
161
  autoscroll=False, # 设置自动滚动到底部
162
  show_copy_button=True,
163
  elem_id="text-output"
 
156
  label="Extracted Text",
157
  interactive=True,
158
  placeholder="Extracted text will appear here...",
159
+ lines=139,
160
+ max_lines=139, # 设置最大行数,如果超过将显示滚动条
161
  autoscroll=False, # 设置自动滚动到底部
162
  show_copy_button=True,
163
  elem_id="text-output"