Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,8 +50,8 @@ def translate(SourceText, direction):
|
|
50 |
# return translate_kin_to_en(SourceText)
|
51 |
if direction == "English to Sesotho":
|
52 |
return translate_en_to_ses(SourceText)
|
53 |
-
if direction == "Sesotho to English":
|
54 |
-
|
55 |
# if direction == "English to Tswana":
|
56 |
# return translate == translate_en_to_tsn(SourceText)
|
57 |
|
|
|
50 |
# return translate_kin_to_en(SourceText)
|
51 |
if direction == "English to Sesotho":
|
52 |
return translate_en_to_ses(SourceText)
|
53 |
+
# if direction == "Sesotho to English":
|
54 |
+
# return translate_ses_to_en(SourceText)
|
55 |
# if direction == "English to Tswana":
|
56 |
# return translate == translate_en_to_tsn(SourceText)
|
57 |
|