Update app.py
Browse files
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 |
-
|
119 |
-
|
120 |
-
|
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 |
|