Update app.py
Browse files
app.py
CHANGED
|
@@ -454,7 +454,7 @@ with gr.Blocks(title="Arabic Transliterator with Google Translate") as demo:
|
|
| 454 |
show_copy_button=True,
|
| 455 |
label="IPA Phonetic Transcription",
|
| 456 |
lines=2,
|
| 457 |
-
placeholder="Shows how the Arabic sounds should be pronounced using IPA symbols
|
| 458 |
)
|
| 459 |
with gr.Column():
|
| 460 |
translation_output = gr.Textbox(
|
|
|
|
| 454 |
show_copy_button=True,
|
| 455 |
label="IPA Phonetic Transcription",
|
| 456 |
lines=2,
|
| 457 |
+
placeholder="Shows how the Arabic sounds should be pronounced using IPA symbols"
|
| 458 |
)
|
| 459 |
with gr.Column():
|
| 460 |
translation_output = gr.Textbox(
|