Kornkanya commited on
Commit
61f94db
1 Parent(s): 6ebe6da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with gr.Blocks() as myApp:
14
  with gr.Row():
15
  with gr.Column(scale=1):
16
  inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
17
- btn = Button(value="เฉลย")
18
  with gr.Column(scale=1):
19
  out = gr.Textbox(label='ผลลัพธ์')
20
  inp.change(guess,inp,out)
 
14
  with gr.Row():
15
  with gr.Column(scale=1):
16
  inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
17
+ btn = gr.Button(value="เฉลย")
18
  with gr.Column(scale=1):
19
  out = gr.Textbox(label='ผลลัพธ์')
20
  inp.change(guess,inp,out)