Spaces:
Sleeping
Sleeping
Updating paraphraser
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks(css=css) as demo:
|
|
150 |
with gr.Row(elem_id="container"):
|
151 |
# Left side (Input)
|
152 |
with gr.Column(scale=1):
|
153 |
-
input_text = gr.Textbox(placeholder="Enter your text here...", label="
|
154 |
submit_button = gr.Button("Generate")
|
155 |
|
156 |
# Right side (Output)
|
|
|
150 |
with gr.Row(elem_id="container"):
|
151 |
# Left side (Input)
|
152 |
with gr.Column(scale=1):
|
153 |
+
input_text = gr.Textbox(placeholder="Enter your text here...", label="", lines=5, elem_id="input_text")
|
154 |
submit_button = gr.Button("Generate")
|
155 |
|
156 |
# Right side (Output)
|