shanchen commited on
Commit
94e09a4
Β·
verified Β·
1 Parent(s): 4733050

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -16
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
- 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
 
 
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