myhs commited on
Commit
3d69f0a
·
verified ·
1 Parent(s): 93e2d63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,8 +114,8 @@ def show_results_tab(df, model_info, results):
114
  column_widths=calculate_column_widths(df),
115
  )
116
 
117
- search_box.input(
118
- fuzzy_filter_df,
119
  inputs=search_box,
120
  outputs=table
121
  )
 
114
  column_widths=calculate_column_widths(df),
115
  )
116
 
117
+ search_box.submit(
118
+ fn=filter_df,
119
  inputs=search_box,
120
  outputs=table
121
  )