Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,6 @@ def sous_chef(food:str)-> str: #it's import to specify the return type
|
|
37 |
except Exception as e:
|
38 |
return f"Error fetching recipe for '{food}': {str(e)}"
|
39 |
|
40 |
-
|
41 |
-
|
42 |
# Tutorial tool that fetches the time in a timezone.
|
43 |
@tool
|
44 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
37 |
except Exception as e:
|
38 |
return f"Error fetching recipe for '{food}': {str(e)}"
|
39 |
|
|
|
|
|
40 |
# Tutorial tool that fetches the time in a timezone.
|
41 |
@tool
|
42 |
def get_current_time_in_timezone(timezone: str) -> str:
|