Jaane commited on
Commit
60d62a0
·
verified ·
1 Parent(s): 9694a6f

Updating paraphraser

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="You", lines=5, elem_id="input_text")
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)