Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def answer():
|
|
| 17 |
with gr.Blocks() as myApp:
|
| 18 |
def newRand():
|
| 19 |
rand = rd.randint(0,9)
|
| 20 |
-
|
| 21 |
with gr.Row():
|
| 22 |
with gr.Column(scale=1):
|
| 23 |
inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
|
|
|
|
| 17 |
with gr.Blocks() as myApp:
|
| 18 |
def newRand():
|
| 19 |
rand = rd.randint(0,9)
|
| 20 |
+
return ''
|
| 21 |
with gr.Row():
|
| 22 |
with gr.Column(scale=1):
|
| 23 |
inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
|