shanchen commited on
Commit
3ef98be
β€’
1 Parent(s): 5514524

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -472,7 +472,7 @@ with gr.Blocks(css="custom.css") as demo:
472
  with gr.Accordion("πŸ“™ Citation", open=False):
473
  citation_button = gr.Textbox(
474
  value="Copy the following snippet to cite these results/works",
475
- label=r'''
476
  @misc{gallifant2024language,
477
  title={Language Models are Surprisingly Fragile to Drug Names in Biomedical Benchmarks},
478
  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},
@@ -481,7 +481,7 @@ with gr.Blocks(css="custom.css") as demo:
481
  archivePrefix={arXiv},
482
  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.'}
483
  }''',
484
- lines=8,
485
  elem_id="citation-button",
486
  show_copy_button=True,
487
  )
 
472
  with gr.Accordion("πŸ“™ Citation", open=False):
473
  citation_button = gr.Textbox(
474
  value="Copy the following snippet to cite these results/works",
475
+ label='''
476
  @misc{gallifant2024language,
477
  title={Language Models are Surprisingly Fragile to Drug Names in Biomedical Benchmarks},
478
  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},
 
481
  archivePrefix={arXiv},
482
  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.'}
483
  }''',
484
+ # lines=8,
485
  elem_id="citation-button",
486
  show_copy_button=True,
487
  )