hysts HF staff commited on
Commit
782d9d4
·
1 Parent(s): c6b230f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -343,7 +343,7 @@ with gr.Blocks() as demo_leaderboard:
343
  outputs=leaderboard_table,
344
  )
345
 
346
- # Define a hidden component that will trigger a reload only if a query parameter has be set
347
  hidden_search_bar = gr.Textbox(value="", visible=False)
348
  hidden_search_bar.change(
349
  fn=update_table,
 
343
  outputs=leaderboard_table,
344
  )
345
 
346
+ # Define a hidden component that will trigger a reload only if a query parameter has been set
347
  hidden_search_bar = gr.Textbox(value="", visible=False)
348
  hidden_search_bar.change(
349
  fn=update_table,