chollada commited on
Commit
2ee3070
1 Parent(s): f1123be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def answer():
16
  return 'เลขที่สุ่มได้'+str(rand[0])
17
 
18
  def newRand():
19
- rand[0]= rd.randint(0.9)
20
  return 'สุ่มใหม่เรียบร้อยแล้ว'
21
 
22
  with gr.Blocks() as myApp:
 
16
  return 'เลขที่สุ่มได้'+str(rand[0])
17
 
18
  def newRand():
19
+ rand[0]= rd.randint(0,9)
20
  return 'สุ่มใหม่เรียบร้อยแล้ว'
21
 
22
  with gr.Blocks() as myApp: