Julalak commited on
Commit
e60c4c0
1 Parent(s): db9ad2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,5 +18,5 @@ with gr.Blocks() as myApp:
18
  with gr.Column(scale=1):
19
  out = gr.Textbox(label='ผลลัพธ์')
20
  inp.change(guess,inp,out)
21
- bin.click(fn=answer,outputs=out)
22
  myApp.launch()
 
18
  with gr.Column(scale=1):
19
  out = gr.Textbox(label='ผลลัพธ์')
20
  inp.change(guess,inp,out)
21
+ btn.click(fn=answer,outputs=out)
22
  myApp.launch()