Update app.py
Browse files
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):
|