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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def answer():
13
 
14
  def newRand():
15
  rand[0]=rd.randint(0,9)
16
- return str(rand)
17
 
18
  with gr.Blocks() as myApp:
19
  with gr.Row():
 
13
 
14
  def newRand():
15
  rand[0]=rd.randint(0,9)
16
+ return 'สุ่มใหม่แล้ว'
17
 
18
  with gr.Blocks() as myApp:
19
  with gr.Row():