AnshuPatel-Vikalp commited on
Commit
208c374
·
verified ·
1 Parent(s): 216b236

Delete data/data345.json

Browse files
Files changed (1) hide show
  1. data/data345.json +0 -47
data/data345.json DELETED
@@ -1,47 +0,0 @@
1
- {
2
- "ethnicity": "Indian",
3
- "region": "India",
4
- "disease": "PCOS",
5
- "dietary_preference": "Vegetarian",
6
- "allergies": ["Dairy", "Nuts"],
7
- "meal_prep_skill": "Beginner",
8
- "meal_plans": [
9
- {
10
- "day": "Monday",
11
- "breakfast": {
12
- "name": "Oatmeal with Berries and Seeds",
13
- "ingredients": ["Rolled Oats", "Berries", "Flax Seeds", "Chia Seeds"],
14
- "instructions": "Cook oatmeal according to package directions. Add berries and seeds. Enjoy!"
15
- },
16
- "lunch": {
17
- "name": "Lentil Soup with Brown Rice",
18
- "ingredients": ["Lentils", "Brown Rice", "Vegetables (Carrots, Onions, Celery)"],
19
- "instructions": "..."
20
- },
21
- "dinner": {
22
- "name": "Vegetable Stir-fry with Tofu",
23
- "ingredients": ["Tofu", "Mixed Vegetables", "Soy Sauce", "Ginger"],
24
- "instructions": "..."
25
- }
26
- },
27
- {
28
- "day": "Tuesday",
29
- "breakfast": {
30
- "name": "Idli and Sambar",
31
- "ingredients": ["Idli batter", "Sambar ingredients"],
32
- "instructions": "..."
33
- },
34
- "lunch": {
35
- "name": "Vegetable Biryani",
36
- "ingredients": ["Basmati Rice", "Vegetables", "Spices"],
37
- "instructions": "..."
38
- },
39
- "dinner": {
40
- "name": "Spinach and Paneer",
41
- "ingredients": ["Spinach", "Paneer", "Spices"],
42
- "instructions": "..."
43
- }
44
- },
45
-
46
- ]
47
- }