kanja commited on
Commit
4a511b1
1 Parent(s): f180c51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def answer():
12
  return 'เลขที่สุ่มได้ คือ '+str(rand)
13
  with gr.Blocks() as myApp:
14
  with gr.Row():
15
- with gr.Column(scale=l):
16
  inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
17
  btn = gr.Button(value="เฉลย")
18
  with gr.Column(scale=1):
 
12
  return 'เลขที่สุ่มได้ คือ '+str(rand)
13
  with gr.Blocks() as myApp:
14
  with gr.Row():
15
+ with gr.Column(scale=1):
16
  inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
17
  btn = gr.Button(value="เฉลย")
18
  with gr.Column(scale=1):