unim4er commited on
Commit
f554b7d
1 Parent(s): 516f12f

Update app.py

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