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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def get_restaurant_suggestion(food_type:str)-> str: #it's import to specify the
44
  """
45
  restaurant = "The Default Restaurant"
46
  if food_type=="italian":
47
- restaurant = "Mario y Luigi"
48
  if food_type=="asian":
49
  restaurant = "The Great Wall"
50
 
 
44
  """
45
  restaurant = "The Default Restaurant"
46
  if food_type=="italian":
47
+ restaurant = "Mario e Luigi"
48
  if food_type=="asian":
49
  restaurant = "The Great Wall"
50