Abdo1Kamr commited on
Commit
049b6b5
1 Parent(s): d749c6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def gradio_func(query, target, style):
53
  return translated_text
54
  elif style == "Change the text | تغيير النص":
55
  return random_punctuation(text)
56
- else:
57
  return random_punctuation(translated_text)
58
 
59
 
 
53
  return translated_text
54
  elif style == "Change the text | تغيير النص":
55
  return random_punctuation(text)
56
+ elif style == "Translate and change the text | الترجمه و تغير النص معاً":
57
  return random_punctuation(translated_text)
58
 
59