Update app.py
Browse files
app.py
CHANGED
@@ -107,9 +107,9 @@ def show_results_tab(df):
|
|
107 |
column_widths=calculate_column_widths(df),
|
108 |
)
|
109 |
|
110 |
-
|
111 |
fn=filter_df,
|
112 |
-
inputs=
|
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 |
|