hd-hg commited on
Commit
cd10abc
·
verified ·
1 Parent(s): 1bcd23e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -17,8 +17,9 @@ import time # For rate limiting
17
  def get_healthy_cheat_meal(diet_type: str) -> List[Dict[str, Any]]:
18
  """Search for healthy sweet dish alternatives based on specific diet types.
19
 
20
- diet_type:
21
- The specific diet type to search for (e.g., Keto, Paleo, Vegan, Vegetarian, Non-Vegetarian).
 
22
 
23
  Returns:
24
  A list of recipe dictionaries, each containing a recipe name and source URL.
 
17
  def get_healthy_cheat_meal(diet_type: str) -> List[Dict[str, Any]]:
18
  """Search for healthy sweet dish alternatives based on specific diet types.
19
 
20
+ Args:
21
+ diet_type: A string specifying the diet type to search for (e.g., Keto, Paleo, Vegan, Vegetarian, Non-Vegetarian).
22
+
23
 
24
  Returns:
25
  A list of recipe dictionaries, each containing a recipe name and source URL.