Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def get_restaurant_suggestion(food_type:str)-> str: #it's import to specify the
|
|
48 |
if food_type=="asian":
|
49 |
restaurant = "The Great Wall"
|
50 |
|
51 |
-
return f"The restaurant suggestion for {food_type} is {restaurant}"
|
52 |
|
53 |
|
54 |
final_answer = FinalAnswerTool()
|
|
|
48 |
if food_type=="asian":
|
49 |
restaurant = "The Great Wall"
|
50 |
|
51 |
+
return f"The restaurant suggestion for {food_type} food is {restaurant}"
|
52 |
|
53 |
|
54 |
final_answer = FinalAnswerTool()
|