burtenshaw commited on
Commit
4262482
·
1 Parent(s): 157452e

use function

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -103,6 +103,7 @@ with gr.Blocks() as demo:
103
  with gr.Tabs():
104
  with gr.Tab("Demo"):
105
  df = gr.Dataframe(
 
106
  label="a smol course leaderboard",
107
  value=load_submissions(),
108
  headers=COLUMNS,
 
103
  with gr.Tabs():
104
  with gr.Tab("Demo"):
105
  df = gr.Dataframe(
106
+ fn=sort_round_columns,
107
  label="a smol course leaderboard",
108
  value=load_submissions(),
109
  headers=COLUMNS,