thanasorn commited on
Commit
eb262ac
1 Parent(s): c5d9ada

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
- dtn.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()