sonobit commited on
Commit
59235d3
·
1 Parent(s): 1c9929f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -15,7 +15,6 @@ def guess(num):
15
  with gr.Blocks() as myApp:
16
  with gr.Row():
17
  with gr.Column(scale=1):
18
- for i in range(10):
19
  inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
20
  #ch.append(str(i))
21
  with gr.Column(scale=1):
 
15
  with gr.Blocks() as myApp:
16
  with gr.Row():
17
  with gr.Column(scale=1):
 
18
  inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
19
  #ch.append(str(i))
20
  with gr.Column(scale=1):