Spaces:
Build error
Build error
freemt
commited on
Commit
·
57d1751
1
Parent(s):
4aca0df
Update inputs textbox lines
Browse files- ubee/__main__.py +2 -2
ubee/__main__.py
CHANGED
@@ -56,8 +56,8 @@ def main():
|
|
56 |
article = """Coming soon...
|
57 |
"""
|
58 |
examples = [
|
59 |
-
["yo"],
|
60 |
-
["me"],
|
61 |
]
|
62 |
|
63 |
lines = 15
|
|
|
56 |
article = """Coming soon...
|
57 |
"""
|
58 |
examples = [
|
59 |
+
["yo\nme", "你\n我"],
|
60 |
+
["me\nshe", "你\n她", ],
|
61 |
]
|
62 |
|
63 |
lines = 15
|