Update app.py
Browse files
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=
|
160 |
-
max_lines=
|
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"
|