Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def parse(lojban):
|
|
| 26 |
if text is None:
|
| 27 |
text = '[NOT PARSEABLE]'
|
| 28 |
|
| 29 |
-
return text
|
| 30 |
|
| 31 |
default_input = "coi rodo"
|
| 32 |
|
|
|
|
| 26 |
if text is None:
|
| 27 |
text = '[NOT PARSEABLE]'
|
| 28 |
|
| 29 |
+
return str(text)
|
| 30 |
|
| 31 |
default_input = "coi rodo"
|
| 32 |
|