xp3857 commited on
Commit
c0caa06
1 Parent(s): 4b7a185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ h = "Q"
12
  def ac():
13
  def im_fn(put):
14
  if h == o:
 
15
  return model(put)
16
  elif h != o:
17
  return(None)
 
12
  def ac():
13
  def im_fn(put):
14
  if h == o:
15
+ print (put)
16
  return model(put)
17
  elif h != o:
18
  return(None)