lcapriles commited on
Commit
a8b5ab0
·
verified ·
1 Parent(s): 7d22f5b

Update tool

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ def suggest_menu(occasion: str) -> str:
17
  Suggests a menu based on the occasion. Elaborate your suggestion, if possible giving serving time.
18
  Args:
19
  occasion: The type of occasion for the party. Valid values are casual, formal and superhero
 
 
20
  """
21
  if occasion == "casual":
22
  return "Pizza, snacks, and drinks."
 
17
  Suggests a menu based on the occasion. Elaborate your suggestion, if possible giving serving time.
18
  Args:
19
  occasion: The type of occasion for the party. Valid values are casual, formal and superhero
20
+ Output:
21
+ Your sugestion for the menu, that you will use to give detail about each dish.
22
  """
23
  if occasion == "casual":
24
  return "Pizza, snacks, and drinks."