gyroing commited on
Commit
0830f91
1 Parent(s): 7b406a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def fix_words(words: typing.List[str]) -> typing.List[str]:
30
  if word[-1] != "ِ":
31
  if (word[-1] == "ه") and (word[-2] != "ا"):
32
  word += "‌ی"
33
- word += "ِ"
34
 
35
 
36
  fixed_words.append(word)
 
30
  if word[-1] != "ِ":
31
  if (word[-1] == "ه") and (word[-2] != "ا"):
32
  word += "‌ی"
33
+ word += "ِ"
34
 
35
 
36
  fixed_words.append(word)