Spaces:
Running
Running
lines
Browse files
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=
|
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,
|