Howieeeee commited on
Commit
4d6c530
·
verified ·
1 Parent(s): c6365af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -323,10 +323,5 @@ with block:
323
  outputs=[data_component, model_type_filter, ability_filter, sort_by_filter]
324
  )
325
 
326
- block.load(
327
- fn=refresh_data,
328
- inputs=[],
329
- outputs=[data_component, model_type_filter, ability_filter, sort_by_filter]
330
- )
331
-
332
  block.launch()
 
323
  outputs=[data_component, model_type_filter, ability_filter, sort_by_filter]
324
  )
325
 
326
+ refresh_data()
 
 
 
 
 
327
  block.launch()