Spaces:
Build error
Build error
freemt
commited on
Commit
·
42b9713
1
Parent(s):
f537c4c
Update sys.path.insert(0, '.')
Browse files- ubee/__main__.py +4 -2
ubee/__main__.py
CHANGED
|
@@ -36,8 +36,10 @@ def greet(text1, text2) -> pd.DataFrame:
|
|
| 36 |
"""Take inputs, return outputs.
|
| 37 |
|
| 38 |
Args:
|
| 39 |
-
text1:
|
| 40 |
-
text2:
|
|
|
|
|
|
|
| 41 |
"""
|
| 42 |
res1 = [elm for elm in text1.splitlines() if elm.strip()]
|
| 43 |
res2 = [elm for elm in text2.splitlines() if elm.strip()]
|
|
|
|
| 36 |
"""Take inputs, return outputs.
|
| 37 |
|
| 38 |
Args:
|
| 39 |
+
text1: text
|
| 40 |
+
text2: text
|
| 41 |
+
Returns:
|
| 42 |
+
pd.DataFrame
|
| 43 |
"""
|
| 44 |
res1 = [elm for elm in text1.splitlines() if elm.strip()]
|
| 45 |
res2 = [elm for elm in text2.splitlines() if elm.strip()]
|