Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,8 @@ def run_graph(input_message, history, user_details):
|
|
35 |
"child", "children", "infant", "sleep", "habit", "habits", "routine", "weight", "fruits", "vegetables", "lose", "lost weight", "weight-loss",
|
36 |
"chicken", "veg", "vegetarian", "non-veg", "non-vegetarian", "plant", "plant-based", "plant based", "fat", "resources",
|
37 |
"help", "cutting", "bulking", "link", "links", "website", "online", "websites", "peace", "mind", "equipments", "equipment",
|
38 |
-
"watch", "tracker", "watch", "band", "height", "injured", "quick", "remedy", "solution", "solutions", "pain", "male", "female"
|
|
|
39 |
]
|
40 |
|
41 |
greetings = ["hello", "hi", "how are you doing"]
|
|
|
35 |
"child", "children", "infant", "sleep", "habit", "habits", "routine", "weight", "fruits", "vegetables", "lose", "lost weight", "weight-loss",
|
36 |
"chicken", "veg", "vegetarian", "non-veg", "non-vegetarian", "plant", "plant-based", "plant based", "fat", "resources",
|
37 |
"help", "cutting", "bulking", "link", "links", "website", "online", "websites", "peace", "mind", "equipments", "equipment",
|
38 |
+
"watch", "tracker", "watch", "band", "height", "injured", "quick", "remedy", "solution", "solutions", "pain", "male", "female", "kilograms", "kg", "Pounds",
|
39 |
+
"lbs"
|
40 |
]
|
41 |
|
42 |
greetings = ["hello", "hi", "how are you doing"]
|