fxnyyaaaaaa commited on
Commit
5534d16
1 Parent(s): 96e9489

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ def guess(num):
8
  else:
9
  r = 'ลองกดใหม่นะ'
10
  return r
 
 
11
  with gr.Blocks() as myApp:
12
  with gr.Row():
13
  with gr.Column(scale=1):
 
8
  else:
9
  r = 'ลองกดใหม่นะ'
10
  return r
11
+ def answer():
12
+ return 'เลขที่สุ่มได้ คือ '+str(rand)
13
  with gr.Blocks() as myApp:
14
  with gr.Row():
15
  with gr.Column(scale=1):