mdsr commited on
Commit
dfc8066
·
1 Parent(s): b75d870
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ with gradio.Blocks(title=TITLE, head=CUSTOM_JS, css=CUSTOM_CSS) as gradio_app:
191
  gradio.Markdown("## Input Text")
192
  with gradio.Row(): # Source TextArea
193
  source_textbox = gradio.Textbox(
194
- lines=3,
195
  placeholder="Enter Text Here...",
196
  label="Spoken Language Sentence",
197
  show_copy_button=True,
 
191
  gradio.Markdown("## Input Text")
192
  with gradio.Row(): # Source TextArea
193
  source_textbox = gradio.Textbox(
194
+ lines=4,
195
  placeholder="Enter Text Here...",
196
  label="Spoken Language Sentence",
197
  show_copy_button=True,