fffiloni commited on
Commit
f410c4d
1 Parent(s): 1faabe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ def infer(prompt):
37
  {prompt}
38
  """)
39
  is_safe = safety_check(prompt)
 
40
  words = is_safe.split()
41
  # Take the first word and convert it to a string variable
42
  status = str(words[0])
 
37
  {prompt}
38
  """)
39
  is_safe = safety_check(prompt)
40
+ print(is_safe)
41
  words = is_safe.split()
42
  # Take the first word and convert it to a string variable
43
  status = str(words[0])