simplifyx commited on
Commit
c20ffa8
·
1 Parent(s): 6601d9b

update application file

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ with gr.Blocks() as demo:
17
  value="Top Button"
18
  )
19
  out = "Hello World"
20
- inp.click(button_click, inp, out)
21
 
22
  if __name__ == "__main__":
23
  demo.launch()
 
17
  value="Top Button"
18
  )
19
  out = "Hello World"
 
20
 
21
  if __name__ == "__main__":
22
  demo.launch()