Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,12 +39,7 @@ def get_restaurant_suggestion(food_type:str)-> str:
|
|
39 |
Args:
|
40 |
food_type: A string representing a valid food type e.g. italian
|
41 |
"""
|
42 |
-
|
43 |
-
return "The restaurant suggested should be -The great wall-"
|
44 |
-
elif food_type == "italian":
|
45 |
-
return "The restaurant suggested should be -It's a me, Mario!-"
|
46 |
-
else:
|
47 |
-
return "That food type is not present, but we suggest the restaurant -Spanish flavour-"
|
48 |
|
49 |
|
50 |
final_answer = FinalAnswerTool()
|
|
|
39 |
Args:
|
40 |
food_type: A string representing a valid food type e.g. italian
|
41 |
"""
|
42 |
+
return "It's a me, Mario!"
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
|
45 |
final_answer = FinalAnswerTool()
|