clefourrier HF staff eltociear commited on
Commit
de891db
1 Parent(s): 06919ed

Update app.py (#535)

Browse files

- Update app.py (fab7bb0f54ac28bf8362c26a224f31d1e86529ff)


Co-authored-by: Ikko Eltociear Ashimine <eltociear@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ with demo:
298
  leaderboard_table,
299
  )
300
 
301
- # Define a hidden component that will trigger a reload only if a query parameter has be set
302
  hidden_search_bar = gr.Textbox(value="", visible=False)
303
  hidden_search_bar.change(
304
  update_table,
 
298
  leaderboard_table,
299
  )
300
 
301
+ # Define a hidden component that will trigger a reload only if a query parameter has been set
302
  hidden_search_bar = gr.Textbox(value="", visible=False)
303
  hidden_search_bar.change(
304
  update_table,