Update app.py
Browse files
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.
|
118 |
-
|
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 |
)
|