xp3857 commited on
Commit
c421e90
1 Parent(s): f0174d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def ac():
51
  print("Passing")
52
  return gr.update(value=0)
53
 
54
- def im_fn(put,fac="",fac_c,h=None):
55
  if h == o:
56
  if int(fac_c)==1:
57
  rn = random.randint(0, 19)
 
51
  print("Passing")
52
  return gr.update(value=0)
53
 
54
+ def im_fn(put,fac="",fac_c=None,h=None):
55
  if h == o:
56
  if int(fac_c)==1:
57
  rn = random.randint(0, 19)