Vihang28 commited on
Commit
180eda7
·
verified ·
1 Parent(s): 108306e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks(title=title) as demo:
17
  with gr.Column():
18
  inp_text = gr.Textbox(placeholder="Enter Text..", label="Input")
19
  with gr.Row():
20
- btn_clear = gr.ClearButton([image])
21
  btn_submit = gr.Button(value="Submit", variant="primary")
22
  with gr.Column():
23
  text = gr.Textbox(label="Output")
 
17
  with gr.Column():
18
  inp_text = gr.Textbox(placeholder="Enter Text..", label="Input")
19
  with gr.Row():
20
+ btn_clear = gr.ClearButton([inp_text])
21
  btn_submit = gr.Button(value="Submit", variant="primary")
22
  with gr.Column():
23
  text = gr.Textbox(label="Output")