Skip to content

Commit

Permalink
Add dgeb paper link (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjha01 authored Jul 11, 2024
1 parent d0cef8b commit aa4c1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaderboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def task_results_to_df(model_results: List[TaskResult]) -> pd.DataFrame:
gr.HTML(
"""
<div style='width: 50%; margin-left: auto; margin-right: auto; padding-bottom: 8px;text-align: center;'>
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.
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.
</div>
"""
)
Expand Down

0 comments on commit aa4c1e9

Please sign in to comment.