Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks() as myApp:
|
|
19 |
with gr.Row():
|
20 |
with gr.Column(scale=1):
|
21 |
inp=gr.Radio(choices=list(range(10)),label='เลือก1หมายเลข')
|
22 |
-
btn = gr.Button(
|
23 |
btn2 = gr.Button(value="สุ่มใหม่")
|
24 |
with gr.Column(scale=1):
|
25 |
out = gr.Textbox(label='ผลลัพธ์')
|
|
|
19 |
with gr.Row():
|
20 |
with gr.Column(scale=1):
|
21 |
inp=gr.Radio(choices=list(range(10)),label='เลือก1หมายเลข')
|
22 |
+
btn = gr.Button(value="เฉลย")
|
23 |
btn2 = gr.Button(value="สุ่มใหม่")
|
24 |
with gr.Column(scale=1):
|
25 |
out = gr.Textbox(label='ผลลัพธ์')
|