philippds commited on
Commit
c0cfb75
·
verified ·
1 Parent(s): ac5907c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, gr.Textbox(hivex_env["hivex_env"]), gr.Number(task_id), gr.Textbox(path_)],
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