Spaces:
Paused
Paused
minor changes
Browse files
app.py
CHANGED
@@ -14,9 +14,9 @@ def on_button_click():
|
|
14 |
|
15 |
|
16 |
modalities = [
|
17 |
-
"COMPUTED TOMOGRAPHY (CT)", "DIGITAL BREAST TOMOSYNTHESIS", "DIGITAL MAMMOGRAPHY",
|
18 |
-
"MAGNETIC RESONANCE IMAGING (MRI)", "MICRO-CT", "PET-CT",
|
19 |
-
"POSITRON EMISSION TOMOGRAPHY (PET)", "RADIOGRAPHY", "ULTRASONOGRAPHY"
|
20 |
]
|
21 |
|
22 |
modalities = [i.lower() for i in modalities]
|
|
|
14 |
|
15 |
|
16 |
modalities = [
|
17 |
+
"COMPUTED TOMOGRAPHY (CT) scan", "DIGITAL BREAST TOMOSYNTHESIS image", "DIGITAL MAMMOGRAPHY imge",
|
18 |
+
"MAGNETIC RESONANCE IMAGING (MRI) scan", "MICRO-CT scan", "PET-CT scan",
|
19 |
+
"POSITRON EMISSION TOMOGRAPHY (PET) scan", "RADIOGRAPHY image", "ULTRASONOGRAPHY image"
|
20 |
]
|
21 |
|
22 |
modalities = [i.lower() for i in modalities]
|