jacobolopez commited on
Commit
66d459b
·
verified ·
1 Parent(s): 4eeafeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -40,8 +40,7 @@ def get_restaurant_suggestion(food_type: str) -> str:
40
  Args:
41
  food_type: A string representing a valid food type e.g., 'italian'
42
  """
43
- restaurant_list= ["Great Wall","Mario y Luigi","Default restaurant"]
44
- return random.choice(restaurant_list)
45
 
46
 
47
  final_answer = FinalAnswerTool()
 
40
  Args:
41
  food_type: A string representing a valid food type e.g., 'italian'
42
  """
43
+ return "Mario y Luigi"
 
44
 
45
 
46
  final_answer = FinalAnswerTool()