Sasimon8987 commited on
Commit
a605ba3
1 Parent(s): 1688c28

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
  else:
9
  r = 'ลองกดใหม่นะ'
10
  return I
11
- def answer():
12
  return 'เลขสุ่มที่ได้ คือ' +str(rand)
13
  with gr.Blocks() as myApp:
14
  with gr.Row():
 
8
  else:
9
  r = 'ลองกดใหม่นะ'
10
  return I
11
+ def answer():
12
  return 'เลขสุ่มที่ได้ คือ' +str(rand)
13
  with gr.Blocks() as myApp:
14
  with gr.Row():