Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
chore: move nails symptoms to dermatological concerns
Browse files- symptoms_categories.py +5 -5
symptoms_categories.py
CHANGED
@@ -22,19 +22,17 @@ DIGESTIVE_SYSTEM_SYMPTOMS = {
|
|
22 |
"stomach_bleeding",
|
23 |
"pain_during_bowel_movements",
|
24 |
"passage_of_gases",
|
25 |
-
"brittle_nails",
|
26 |
"red_spots_over_body",
|
27 |
"swelling_of_stomach",
|
28 |
"bloody_stool",
|
29 |
-
"yellowish_skin",
|
30 |
"irritation_in_anus",
|
31 |
"pain_in_anal_region",
|
32 |
"abnormal_menstruation",
|
33 |
]
|
34 |
}
|
35 |
|
36 |
-
|
37 |
-
"
|
38 |
"itching",
|
39 |
"skin_rash",
|
40 |
"pus_filled_pimples",
|
@@ -51,6 +49,8 @@ SKIN_SYMPTOMS = {
|
|
51 |
"dischromic_patches",
|
52 |
"nodal_skin_eruptions",
|
53 |
"toxic_look_(typhus)",
|
|
|
|
|
54 |
]
|
55 |
}
|
56 |
|
@@ -188,7 +188,7 @@ SYMPTOMS_LIST = [
|
|
188 |
VASCULAR_LYMPHATIC_SYMPTOMS,
|
189 |
# Column 2
|
190 |
ORL_SYMPTOMS,
|
191 |
-
|
192 |
MUSCULOSKELETAL_SYMPTOMS,
|
193 |
# Column 3
|
194 |
EYES_SYMPTOMS,
|
|
|
22 |
"stomach_bleeding",
|
23 |
"pain_during_bowel_movements",
|
24 |
"passage_of_gases",
|
|
|
25 |
"red_spots_over_body",
|
26 |
"swelling_of_stomach",
|
27 |
"bloody_stool",
|
|
|
28 |
"irritation_in_anus",
|
29 |
"pain_in_anal_region",
|
30 |
"abnormal_menstruation",
|
31 |
]
|
32 |
}
|
33 |
|
34 |
+
DERMATOLOGICAL_SYMPTOMS = {
|
35 |
+
"DERMATOLOGICAL_CONCERNS": [
|
36 |
"itching",
|
37 |
"skin_rash",
|
38 |
"pus_filled_pimples",
|
|
|
49 |
"dischromic_patches",
|
50 |
"nodal_skin_eruptions",
|
51 |
"toxic_look_(typhus)",
|
52 |
+
"brittle_nails",
|
53 |
+
"yellowish_skin",
|
54 |
]
|
55 |
}
|
56 |
|
|
|
188 |
VASCULAR_LYMPHATIC_SYMPTOMS,
|
189 |
# Column 2
|
190 |
ORL_SYMPTOMS,
|
191 |
+
DERMATOLOGICAL_SYMPTOMS,
|
192 |
MUSCULOSKELETAL_SYMPTOMS,
|
193 |
# Column 3
|
194 |
EYES_SYMPTOMS,
|