kambris commited on
Commit
18336fd
·
verified ·
1 Parent(s): ad60e6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -437,7 +437,7 @@ with gr.Blocks(title="Arabic Transliterator with Google Translate") as demo:
437
  show_copy_button=True,
438
  label="Enter Latin-encoded Arabic",
439
  lines=3,
440
- placeholder="Example: ahlAN wa sahlAN (أهلا وسهلا)"
441
 
442
  )
443
 
 
437
  show_copy_button=True,
438
  label="Enter Latin-encoded Arabic",
439
  lines=3,
440
+ placeholder="Example: ehlaAN w sAhlaAN (أهلا وسهلا)"
441
 
442
  )
443