nutthida commited on
Commit
07fe9d0
1 Parent(s): 1f05dd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,6 +17,6 @@ with gr.Blocks() as myApp:
17
  btn = gr.Button(value="เฉลย")
18
  with gr.Column(scale=1):
19
  out = gr.Textbox(label='ผลลัพธ์')
20
- ino.change(guess,ino,out)
21
  btn.clink(fn=answer,output=out)
22
  myApp.launch()
 
17
  btn = gr.Button(value="เฉลย")
18
  with gr.Column(scale=1):
19
  out = gr.Textbox(label='ผลลัพธ์')
20
+ inp.change(guess,ino,out)
21
  btn.clink(fn=answer,output=out)
22
  myApp.launch()