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

update application file

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