Aswini96 commited on
Commit
5062154
·
verified ·
1 Parent(s): 554edfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def jailbreak_game(user_prompt, current_level, attempts):
38
  if current_level + 1 < len(new_year_levels):
39
  return (
40
  f"🎉 You got it! The secret word for Level {current_level + 1} was '{secret_word}'. "
41
- f"Get ready for Level {current_level}! 🥳",
42
  current_level + 1,
43
  attempts + 1)
44
  else:
 
38
  if current_level + 1 < len(new_year_levels):
39
  return (
40
  f"🎉 You got it! The secret word for Level {current_level + 1} was '{secret_word}'. "
41
+ f"Get ready for Level {current_level + 2}! 🥳",
42
  current_level + 1,
43
  attempts + 1)
44
  else: