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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,9 +31,9 @@ def generate_code(prompt: str) -> str:
31
  return ""
32
 
33
  # Easter egg
34
- if prompt == "OzLabsWereHere":
35
  time.sleep(10)
36
- return "M'en va t'à la fontaine pour y pêcher du poisson, la Ziguezon zinzon"
37
 
38
  full_prompt = (
39
  "# Generate a complete HTML/CSS/JS website.\n"
 
31
  return ""
32
 
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"