ZEROOOO commited on
Commit
7818dd9
1 Parent(s): 2058f07

Update app.py

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