Spaces:
Build error
Build error
freemt
commited on
Commit
·
7f331da
1
Parent(s):
0c6d923
Update value for text1, text1 and thresh
Browse files- ubee/__main__.py +3 -3
ubee/__main__.py
CHANGED
@@ -253,9 +253,9 @@ def main():
|
|
253 |
btn.click(
|
254 |
fn=ifn,
|
255 |
inputs=[
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
],
|
260 |
outputs=[
|
261 |
out_df,
|
|
|
253 |
btn.click(
|
254 |
fn=ifn,
|
255 |
inputs=[
|
256 |
+
text1,
|
257 |
+
text2,
|
258 |
+
thresh,
|
259 |
],
|
260 |
outputs=[
|
261 |
out_df,
|