kambris commited on
Commit
9407829
·
verified ·
1 Parent(s): a4cd788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=8,
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