myhs commited on
Commit
aef7c31
·
verified ·
1 Parent(s): 9cb6459

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,9 +107,9 @@ def show_results_tab(df):
107
  column_widths=calculate_column_widths(df),
108
  )
109
 
110
- search_box.submit(
111
  fn=filter_df,
112
- inputs=search_box,
113
  outputs=table
114
  )
115
 
 
107
  column_widths=calculate_column_widths(df),
108
  )
109
 
110
+ model_name.submit(
111
  fn=filter_df,
112
+ inputs=model_name,
113
  outputs=table
114
  )
115