Spaces:
Build error
Build error
freemt
commited on
Commit
·
dd68c57
1
Parent(s):
6ed04ff
Update inputs textbox lines
Browse files- ubee/__main__.py +6 -2
ubee/__main__.py
CHANGED
@@ -63,13 +63,17 @@ def main():
|
|
63 |
lines = 15
|
64 |
placeholder = "Type or paste text here"
|
65 |
default1 = dedent(
|
66 |
-
"""
|
|
|
|
|
67 |
love you
|
68 |
"""
|
69 |
)
|
70 |
default2 = dedent(
|
71 |
-
"""
|
72 |
爱你
|
|
|
|
|
73 |
"""
|
74 |
)
|
75 |
label1 = "text1"
|
|
|
63 |
lines = 15
|
64 |
placeholder = "Type or paste text here"
|
65 |
default1 = dedent(
|
66 |
+
"""
|
67 |
+
test 1
|
68 |
+
abc
|
69 |
love you
|
70 |
"""
|
71 |
)
|
72 |
default2 = dedent(
|
73 |
+
"""
|
74 |
爱你
|
75 |
+
甲乙丙
|
76 |
+
测试 1
|
77 |
"""
|
78 |
)
|
79 |
label1 = "text1"
|