JLW commited on
Commit
c68e3b9
·
1 Parent(s): 5da435d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with block:
159
  output = gr.Markdown("")
160
  with gr.Row():
161
  request = gr.Textbox(label="Express this: ",
162
- value="The quick brown fox jumped over the lazy dog.",
163
  placeholder="Ex: The quick brown fox jumped over the lazy dog.")
164
 
165
  submit = gr.Button(value="Express", variant="secondary").style(full_width=False)
 
159
  output = gr.Markdown("")
160
  with gr.Row():
161
  request = gr.Textbox(label="Express this: ",
162
+ value="",
163
  placeholder="Ex: The quick brown fox jumped over the lazy dog.")
164
 
165
  submit = gr.Button(value="Express", variant="secondary").style(full_width=False)