sonobit commited on
Commit
aa0ac6e
·
1 Parent(s): 5ac28e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- return ''
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 หมายเลข')