Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ def test():
|
|
197 |
|
198 |
|
199 |
def trans(text):
|
200 |
-
test()
|
201 |
|
202 |
|
203 |
# γγγΉγγ«θ¨θͺγΏγ°γδ»δΈγγγγ€γεγ«ε€ζ
|
|
|
197 |
|
198 |
|
199 |
def trans(text):
|
200 |
+
return test()
|
201 |
|
202 |
|
203 |
# γγγΉγγ«θ¨θͺγΏγ°γδ»δΈγγγγ€γεγ«ε€ζ
|