Spaces:
Build error
Build error
freemt
commited on
Commit
·
e0fd6eb
1
Parent(s):
70f5c39
Remove text1, text2, thresh from ifn
Browse files- ubee/__main__.py +4 -0
ubee/__main__.py
CHANGED
@@ -95,6 +95,10 @@ def ifn(
|
|
95 |
pd.DataFrame
|
96 |
"""
|
97 |
# global text1, text2, thresh
|
|
|
|
|
|
|
|
|
98 |
|
99 |
res1 = [elm.strip() for elm in text1.splitlines() if elm.strip()]
|
100 |
res2 = [elm.strip() for elm in text2.splitlines() if elm.strip()]
|
|
|
95 |
pd.DataFrame
|
96 |
"""
|
97 |
# global text1, text2, thresh
|
98 |
+
ic(text1)
|
99 |
+
ic(text2)
|
100 |
+
ic(type(text1))
|
101 |
+
ic(type(text2))
|
102 |
|
103 |
res1 = [elm.strip() for elm in text1.splitlines() if elm.strip()]
|
104 |
res2 = [elm.strip() for elm in text2.splitlines() if elm.strip()]
|