jacobolopez commited on
Commit
c68be88
·
verified ·
1 Parent(s): 09e02de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def get_restaurant_suggestion(food_type:str)-> str:
41
  """
42
  if food_type == "asian":
43
  return "The restaurant suggested should be -The great wall-"
44
- else if 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-"
 
41
  """
42
  if food_type == "asian":
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-"