freemt commited on
Commit
cb6b514
·
1 Parent(s): ba75366

Fix text1, text2, thresh

Browse files
Files changed (1) hide show
  1. ubee/__main__.py +2 -2
ubee/__main__.py CHANGED
@@ -309,11 +309,11 @@ def main():
309
 
310
  btn.click(
311
  ifn,
312
- inputs=[
313
  text1,
314
  text2,
315
  thresh,
316
- ],
317
  outputs=[
318
  out_df,
319
  aligned,
 
309
 
310
  btn.click(
311
  ifn,
312
+ inputs=(
313
  text1,
314
  text2,
315
  thresh,
316
+ ),
317
  outputs=[
318
  out_df,
319
  aligned,