Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def draw_rectangle(width: int, length: int) -> str:
|
|
| 45 |
|
| 46 |
# JOIN WITH NEWLINES AND WRAP IN MARKDOWN CODE BLOCK
|
| 47 |
# This is the magic part that fixes the display:
|
| 48 |
-
return "
|
| 49 |
|
| 50 |
@tool
|
| 51 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 45 |
|
| 46 |
# JOIN WITH NEWLINES AND WRAP IN MARKDOWN CODE BLOCK
|
| 47 |
# This is the magic part that fixes the display:
|
| 48 |
+
return "bob"
|
| 49 |
|
| 50 |
@tool
|
| 51 |
def get_current_time_in_timezone(timezone: str) -> str:
|