Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -589,13 +589,13 @@ def add_medical_exam_buttons():
|
|
| 589 |
|
| 590 |
# Define medical exam terminology descriptions
|
| 591 |
descriptions = {
|
| 592 |
-
"
|
| 593 |
-
"
|
| 594 |
-
"
|
| 595 |
-
"
|
| 596 |
-
"
|
| 597 |
-
"
|
| 598 |
-
"
|
| 599 |
}
|
| 600 |
|
| 601 |
# Create columns
|
|
|
|
| 589 |
|
| 590 |
# Define medical exam terminology descriptions
|
| 591 |
descriptions = {
|
| 592 |
+
"White Blood Cells π": "3 Questions and Answers with emojis about white blood cells π₯",
|
| 593 |
+
"CT Imagingπ¦ ": "3 Questions and Answers with emojis about CT Imaging of post surgery abscess, hematoma, and cerosanguiness fluid π",
|
| 594 |
+
"Hematoma π": "3 Questions and Answers with emojis about hematoma and infection and how heat helps white blood cells πͺ",
|
| 595 |
+
"Post Surgery Wound Care π": "3 Questions and Answers with emojis about wound care and how to help as a caregiverπ©Έ",
|
| 596 |
+
"Healing and humor π": "3 Questions and Answers with emojis on the use of stories and humor to help patients and family π",
|
| 597 |
+
"Psychology of bedside manner π§¬": "3 Questions and Answers with emojis about good bedside manner π ",
|
| 598 |
+
"CT scan π": "3 Questions and Answers with analysis of bacteria and understanding infection using cultures and CT scan π©Ί"
|
| 599 |
}
|
| 600 |
|
| 601 |
# Create columns
|