myhs commited on
Commit
103ea47
·
verified ·
1 Parent(s): 3d69f0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -114,11 +114,11 @@ def show_results_tab(df, model_info, results):
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
- )
122
 
123
 
124
 
 
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
+ # )
122
 
123
 
124