Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 21 |
-
|
|
|
|
| 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.
|