Spaces:
Sleeping
Sleeping
Update tool
Browse files
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."
|