Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def my_custom_tool(arg1: str, arg2: int) -> str:
|
|
29 |
# Anatomy / Body Parts
|
30 |
"skin", "brain", "lung", "chest", "abdomen", "spine", "bone", "heart", "liver", "kidney",
|
31 |
"bladder", "stomach", "colon", "rectum", "esophagus", "pancreas", "breast", "ear", "eye",
|
32 |
-
"retina", "tooth", "tongue", "jaw", "neck", "wrist", "hand", "leg", "arm", "shoulder", "pelvis",
|
33 |
|
34 |
# Diseases / Conditions
|
35 |
"cancer", "tumor", "stroke", "diabetes", "pneumonia", "covid", "asthma", "eczema", "melanoma",
|
@@ -52,7 +52,7 @@ def my_custom_tool(arg1: str, arg2: int) -> str:
|
|
52 |
|
53 |
# Common Specific Diseases
|
54 |
"breast cancer", "prostate cancer", "lung cancer", "skin cancer", "colon cancer",
|
55 |
-
"brain tumor", "liver cancer", "cervical cancer", "bladder cancer", "thyroid cancer",
|
56 |
|
57 |
# Procedures / Interventions
|
58 |
"surgery", "chemotherapy", "radiation", "transplant", "dialysis", "intubation", "stenting",
|
|
|
29 |
# Anatomy / Body Parts
|
30 |
"skin", "brain", "lung", "chest", "abdomen", "spine", "bone", "heart", "liver", "kidney",
|
31 |
"bladder", "stomach", "colon", "rectum", "esophagus", "pancreas", "breast", "ear", "eye",
|
32 |
+
"retina", "tooth", "teeth", "tongue", "jaw", "neck", "wrist", "hand", "leg", "arm", "shoulder", "pelvis",
|
33 |
|
34 |
# Diseases / Conditions
|
35 |
"cancer", "tumor", "stroke", "diabetes", "pneumonia", "covid", "asthma", "eczema", "melanoma",
|
|
|
52 |
|
53 |
# Common Specific Diseases
|
54 |
"breast cancer", "prostate cancer", "lung cancer", "skin cancer", "colon cancer",
|
55 |
+
"brain tumor", "liver cancer", "cervical cancer", "bladder cancer", "thyroid cancer","cancer",
|
56 |
|
57 |
# Procedures / Interventions
|
58 |
"surgery", "chemotherapy", "radiation", "transplant", "dialysis", "intubation", "stenting",
|