Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chiang-yuan committed Sep 21, 2024
1 parent 7dfb0b7 commit 92e3c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve/leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
st.header(task, divider=True)

if TASKS[task]['rank-page'] is None:
st.write("Rank for this task are not available yet")
st.write("Rank for this task is not available yet")
continue

task_module = importlib.import_module(f"ranks.{TASKS[task]['rank-page']}")
Expand Down

0 comments on commit 92e3c26

Please sign in to comment.