jacobolopez commited on
Commit
7836101
·
verified ·
1 Parent(s): 9ff11fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()