carlosrosash commited on
Commit
6c1c106
·
1 Parent(s): e57aace

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,8 +148,8 @@ iface = gr.Interface(
148
  ] + additional_inputs,
149
  outputs=[
150
  gr.Textbox(label="Output will happear here", type="text", lines=5)],
151
- gr.Submit('Clear click here'),
152
- gr.Clear('Clear click here'),
153
  theme="carlosrosash/bellay_test"
154
  )
155
 
 
148
  ] + additional_inputs,
149
  outputs=[
150
  gr.Textbox(label="Output will happear here", type="text", lines=5)],
151
+ gr.Button('Clear click here'),
152
+ gr.Button('Clear click here'),
153
  theme="carlosrosash/bellay_test"
154
  )
155