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

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.Button('Clear click here'),
152
- gr.Button('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
+ clear_buttom = 'Clear click here',
152
+ submit_button = 'Clear click here',
153
  theme="carlosrosash/bellay_test"
154
  )
155