Update app.py
Browse files
app.py
CHANGED
@@ -387,7 +387,7 @@ with gr.Blocks(title="Automated Enzyme Kinetics Extractor") as demo:
|
|
387 |
'''
|
388 |
)
|
389 |
gr.Markdown("""
|
390 |
-
dataset can be download in [LLM-Enzyme-Kinetics-Archive-LLENKA](https://huggingface.co/datasets/jackkuo/LLM-Enzyme-Kinetics-Archive-LLENKA)
|
391 |
""")
|
392 |
with gr.Row():
|
393 |
# 选择搜索字段
|
|
|
387 |
'''
|
388 |
)
|
389 |
gr.Markdown("""
|
390 |
+
Since the entire data set is relatively large, only the first 2,000 rows are shown here. The complete dataset can be download in [LLM-Enzyme-Kinetics-Archive-LLENKA](https://huggingface.co/datasets/jackkuo/LLM-Enzyme-Kinetics-Archive-LLENKA)
|
391 |
""")
|
392 |
with gr.Row():
|
393 |
# 选择搜索字段
|