Update app.py
Browse files
app.py
CHANGED
@@ -479,22 +479,22 @@ with gr.Blocks(css="custom.css") as demo:
|
|
479 |
elem_id="bar4"
|
480 |
)
|
481 |
with gr.Row():
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
|
499 |
|
500 |
|
|
|
479 |
elem_id="bar4"
|
480 |
)
|
481 |
with gr.Row():
|
482 |
+
with gr.Accordion("π Citation", open=False):
|
483 |
+
citation_button = gr.Textbox(
|
484 |
+
value="Copy the following snippet to cite these results/works",
|
485 |
+
label=r'''
|
486 |
+
@misc{gallifant2024language,
|
487 |
+
title={Language Models are Surprisingly Fragile to Drug Names in Biomedical Benchmarks},
|
488 |
+
author={Jack Gallifant and Shan Chen and Pedro Moreira and Nikolaj Munch and Mingye Gao and Jackson Pond and Leo Anthony Celi and Hugo Aerts and Thomas Hartvigsen and Danielle Bitterman},
|
489 |
+
year={2024},
|
490 |
+
eprint={2406.12066},
|
491 |
+
archivePrefix={arXiv},
|
492 |
+
primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
|
493 |
+
}''',
|
494 |
+
lines=20,
|
495 |
+
elem_id="citation-button",
|
496 |
+
show_copy_button=True,
|
497 |
+
)
|
498 |
|
499 |
|
500 |
|