hdallatorre commited on
Commit
75bf2db
1 Parent(s): bc60b28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks() as demo:
173
  )
174
 
175
  with gr.TabItem("ℹ️ Metrics", elem_id="od-benchmark-tab-table", id=1):
176
- gr.Markdown("Hey hey hey", elem_classes="markdown-text")
177
 
178
  gr.Markdown(f"Last updated on **{_LAST_UPDATED}**", elem_classes="markdown-text")
179
 
 
173
  )
174
 
175
  with gr.TabItem("ℹ️ Metrics", elem_id="od-benchmark-tab-table", id=1):
176
+ gr.Markdown("We have compared the fine-tuned performance of Nucleotide Transformer models on the 18 downstream tasks with four different pre-trained models: [DNABERT-1](https://academic.oup.com/bioinformatics/article/37/15/2112/6128680)", elem_classes="markdown-text")
177
 
178
  gr.Markdown(f"Last updated on **{_LAST_UPDATED}**", elem_classes="markdown-text")
179