Ninew commited on
Commit
7ed92a3
1 Parent(s): e6760d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def guess(num):
11
  with gr.Blocks() as myApp:
12
  with gr.Row():
13
  with gr.Column(scale=1):
14
- inp = gr.Radio(choices=list(range(10)),labl='เลือก 1 หมายเลข')
15
  with gr.Column(scale=1):
16
  out = gr.Textbox(label='ผลลับธ์')
17
  inp.change(guess,inp,out)
 
11
  with gr.Blocks() as myApp:
12
  with gr.Row():
13
  with gr.Column(scale=1):
14
+ inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
15
  with gr.Column(scale=1):
16
  out = gr.Textbox(label='ผลลับธ์')
17
  inp.change(guess,inp,out)