Thanyarat commited on
Commit
0222a2f
1 Parent(s): 17c0b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def guess (num):
8
  else:
9
  r = 'ลองกดใหม่นะ'
10
  return r
11
- with gr.Bloks() as myApp:
12
  with gr.Row():
13
  with gr.Column(scaia=1):
14
  inp = gr.Radio(choices=list (range (10)),label='เลือก 1 หมายเลข')
 
8
  else:
9
  r = 'ลองกดใหม่นะ'
10
  return r
11
+ with gr.Blocks() as myApp:
12
  with gr.Row():
13
  with gr.Column(scaia=1):
14
  inp = gr.Radio(choices=list (range (10)),label='เลือก 1 หมายเลข')