justinkay commited on
Commit
5c7e627
·
1 Parent(s): 5ce1c57

Add paper link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -787,7 +787,7 @@ with gr.Blocks(title="CODA: Wildlife Photo Classification Challenge",
787
  ) as demo:
788
  # Main page title
789
  gr.Markdown("# CODA: Consensus-Driven Active Model Selection", elem_classes="text-center")
790
- gr.Markdown("*Figure out which model is best by actively annotating data.*", elem_classes="text-center")
791
 
792
  # Add buttons row
793
  with gr.Row():
 
787
  ) as demo:
788
  # Main page title
789
  gr.Markdown("# CODA: Consensus-Driven Active Model Selection", elem_classes="text-center")
790
+ gr.Markdown("*Figure out which model is best by actively annotating data. See <a href='https://www.arxiv.org/abs/2507.23771'>the paper</a> for more details!*", elem_classes="text-center")
791
 
792
  # Add buttons row
793
  with gr.Row():