souvorinkg commited on
Commit
5c21a9c
·
verified ·
1 Parent(s): 51a4f3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- return translate_ses_to_en(SourceText)
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