Spaces:
Sleeping
Sleeping
fix argument
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ import pytz
|
|
| 62 |
def cat_image_prompt_generator(local_time: str, timezone: str = "Europe/Berlin") -> str:
|
| 63 |
"""Generate a cute cat image prompt based on local time.
|
| 64 |
Args:
|
| 65 |
-
local_time: A string 'YYYY-MM-DD HH:MM'
|
| 66 |
timezone: IANA timezone string (default: 'Europe/Berlin')
|
| 67 |
"""
|
| 68 |
try:
|
|
|
|
| 62 |
def cat_image_prompt_generator(local_time: str, timezone: str = "Europe/Berlin") -> str:
|
| 63 |
"""Generate a cute cat image prompt based on local time.
|
| 64 |
Args:
|
| 65 |
+
local_time: A string 'YYYY-MM-DD HH:MM'
|
| 66 |
timezone: IANA timezone string (default: 'Europe/Berlin')
|
| 67 |
"""
|
| 68 |
try:
|