sonobit commited on
Commit
73c4cfd
·
1 Parent(s): 7f6ae7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def answer():
14
  return str(rand)
15
 
16
  def newRand():
17
- rand = rd.randint(0,9)
18
- return ''
19
 
20
  with gr.Blocks() as myApp:
21
  with gr.Row():
 
14
  return str(rand)
15
 
16
  def newRand():
17
+ rand = rd.randint(0,9)
18
+ return ''
19
 
20
  with gr.Blocks() as myApp:
21
  with gr.Row():