guychuk commited on
Commit
c946d47
·
verified ·
1 Parent(s): 400b4ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def generate_code(prompt: str) -> str:
33
  # Easter egg
34
  if "Oz Labs Were Here" in prompt:
35
  time.sleep(10)
36
- return "Hi Mazmina Hafukh LeShnenu"
37
 
38
  full_prompt = (
39
  "# Generate a complete HTML/CSS/JS website.\n"
 
33
  # Easter egg
34
  if "Oz Labs Were Here" in prompt:
35
  time.sleep(10)
36
+ return "We're not in Kansas anymore"
37
 
38
  full_prompt = (
39
  "# Generate a complete HTML/CSS/JS website.\n"