Shereen commited on
Commit
a07dc5f
·
1 Parent(s): 5d9b1e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(Value="เฉลย")
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='ผลลัพธ์')