Nishant commited on
Commit
c81374f
1 Parent(s): d0cef8b

add paper link

Browse files
Files changed (1) hide show
  1. leaderboard/app.py +1 -1
leaderboard/app.py CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks() as demo:
199
  gr.HTML(
200
  """
201
  <div style='width: 50%; margin-left: auto; margin-right: auto; padding-bottom: 8px;text-align: center;'>
202
- DGEB Leaderboard. To submit, refer to the <a href="https://github.com/TattaBio/DGEB/blob/leaderboard/README.md" target="_blank" style="text-decoration: underline">DGEB GitHub repository</a> Refer to the <a href="https://example.com" target="_blank" style="text-decoration: underline">DGEB paper</a> for details on metrics, tasks, and models.
203
  </div>
204
  """
205
  )
 
199
  gr.HTML(
200
  """
201
  <div style='width: 50%; margin-left: auto; margin-right: auto; padding-bottom: 8px;text-align: center;'>
202
+ DGEB Leaderboard. To submit, refer to the <a href="https://github.com/TattaBio/DGEB/blob/leaderboard/README.md" target="_blank" style="text-decoration: underline">DGEB GitHub repository</a> Refer to the <a href="https://www.tatta.bio/dgeb" target="_blank" style="text-decoration: underline">DGEB paper</a> for details on metrics, tasks, and models.
203
  </div>
204
  """
205
  )