Update app.py
Browse files
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:
|
| 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 |
|