Update app.py
Browse files
app.py
CHANGED
@@ -352,7 +352,7 @@ with gr.Blocks(title="Automated Enzyme Kinetics Extractor") as demo:
|
|
352 |
</p>'''
|
353 |
)
|
354 |
gr.Markdown("""
|
355 |
-
dataset can download in [LLM-Enzyme-Kinetics-Golden-Benchmark](https://huggingface.co/datasets/jackkuo/LLM-Enzyme-Kinetics-Golden-Benchmark)
|
356 |
""")
|
357 |
|
358 |
with gr.Row():
|
|
|
352 |
</p>'''
|
353 |
)
|
354 |
gr.Markdown("""
|
355 |
+
dataset can be download in [LLM-Enzyme-Kinetics-Golden-Benchmark](https://huggingface.co/datasets/jackkuo/LLM-Enzyme-Kinetics-Golden-Benchmark)
|
356 |
""")
|
357 |
|
358 |
with gr.Row():
|