Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,9 +31,9 @@ def generate_code(prompt: str) -> str:
|
|
| 31 |
return ""
|
| 32 |
|
| 33 |
# Easter egg
|
| 34 |
-
if
|
| 35 |
time.sleep(10)
|
| 36 |
-
return "
|
| 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"
|