SpyCoder77 commited on
Commit
e7d58c9
·
verified ·
1 Parent(s): 8789ee2

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +1 -1
src/webui.py CHANGED
@@ -223,7 +223,7 @@ if __name__ == '__main__':
223
  col_count=(4, "fixed"),
224
  )
225
 
226
- query_input.submit(
227
  fn=filter_records,
228
  inputs=query_input,
229
  outputs=output_df
 
223
  col_count=(4, "fixed"),
224
  )
225
 
226
+ query_input.input(
227
  fn=filter_records,
228
  inputs=query_input,
229
  outputs=output_df