idolezal commited on
Commit
7384a2a
ยท
1 Parent(s): d0e7a00

TODO: gr.DataFrame instead of Markdown table

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -147,7 +147,10 @@ def change_leaderboard_category(category):
147
  if category == leaderboard_server.TASKS_CATEGORY_OVERALL:
148
  task_abbreviation_legend = ""
149
  else:
 
150
  task_abbreviation_legend_head = [
 
 
151
  "| task abbreviation | task name |",
152
  "| --- | --- |",
153
  ]
 
147
  if category == leaderboard_server.TASKS_CATEGORY_OVERALL:
148
  task_abbreviation_legend = ""
149
  else:
150
+ # TODO: gr.DataFrame
151
  task_abbreviation_legend_head = [
152
+ "### Legend",
153
+ "",
154
  "| task abbreviation | task name |",
155
  "| --- | --- |",
156
  ]