Update app.py
Browse files
app.py
CHANGED
@@ -344,7 +344,7 @@ with block:
|
|
344 |
# Add a callback to update the DataFrame when checkboxes are changed
|
345 |
selected_checkboxes.change(
|
346 |
fn=update_filtered_data,
|
347 |
-
inputs=[selected_checkboxes,
|
348 |
outputs=gr_dataframe,
|
349 |
)
|
350 |
|
|
|
344 |
# Add a callback to update the DataFrame when checkboxes are changed
|
345 |
selected_checkboxes.change(
|
346 |
fn=update_filtered_data,
|
347 |
+
inputs=[selected_checkboxes, hivex_env["hivex_env"], task_id, path_],
|
348 |
outputs=gr_dataframe,
|
349 |
)
|
350 |
|