Update app.py
Browse files
app.py
CHANGED
|
@@ -465,7 +465,7 @@ with gr.Blocks(title="Arabic Transliterator with Google Translate") as demo:
|
|
| 465 |
translation_output = gr.Textbox(
|
| 466 |
show_copy_button=True,
|
| 467 |
label="🌐 Google Translate Results",
|
| 468 |
-
lines=
|
| 469 |
placeholder="Translations and meanings will appear here...",
|
| 470 |
)
|
| 471 |
|
|
|
|
| 465 |
translation_output = gr.Textbox(
|
| 466 |
show_copy_button=True,
|
| 467 |
label="🌐 Google Translate Results",
|
| 468 |
+
lines=2,
|
| 469 |
placeholder="Translations and meanings will appear here...",
|
| 470 |
)
|
| 471 |
|