shanchen commited on
Commit
4733050
·
verified ·
1 Parent(s): f0de157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -482,8 +482,7 @@ with gr.Blocks(css="custom.css") as demo:
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=
486
- '''
487
  @misc{gallifant2024language,
488
  title={Language Models are Surprisingly Fragile to Drug Names in Biomedical Benchmarks},
489
  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},
 
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},