Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
37 |
def get_restaurant_suggestion(food_type:str)-> str:
|
38 |
"""A tool that suggests a restaurant based on food type
|
39 |
Args:
|
40 |
-
food_type:
|
41 |
"""
|
42 |
if food_type == "asian":
|
43 |
return "The restaurant suggested should be -The great wall-"
|
|
|
37 |
def get_restaurant_suggestion(food_type:str)-> str:
|
38 |
"""A tool that suggests a restaurant based on food type
|
39 |
Args:
|
40 |
+
food_type: A string representing a valid food type e.g. italian
|
41 |
"""
|
42 |
if food_type == "asian":
|
43 |
return "The restaurant suggested should be -The great wall-"
|