aelius commited on
Commit
5191921
1 Parent(s): 95f68f8
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -46,15 +46,15 @@ modality = st.selectbox('Modality', modalities, index=None)
46
  style = st.selectbox('Style', artists, index=None)
47
 
48
  image_descriptions = {
49
- "COMPUTED TOMOGRAPHY (CT) scan": "CT scan",
50
- "DIGITAL BREAST TOMOSYNTHESIS image": "3D breast tomosynthesis image",
51
- "DIGITAL MAMMOGRAPHY image": "digital mammography image",
52
- "MAGNETIC RESONANCE IMAGING (MRI) scan": "MRI scan",
53
- "MICRO-CT scan": "micro-CT scan",
54
- "PET-CT scan": "PET-CT scan",
55
- "POSITRON EMISSION TOMOGRAPHY (PET) scan": "PET scan",
56
- "RADIOGRAPHY image": "radiography image",
57
- "ULTRASONOGRAPHY image": "ultrasonography image"
58
  }
59
 
60
  organ_descriptions = {
 
46
  style = st.selectbox('Style', artists, index=None)
47
 
48
  image_descriptions = {
49
+ "COMPUTED TOMOGRAPHY (CT)": "CT scan",
50
+ "DIGITAL BREAST TOMOSYNTHESIS": "3D breast tomosynthesis image",
51
+ "DIGITAL MAMMOGRAPHY": "digital mammography image",
52
+ "MAGNETIC RESONANCE IMAGING (MRI)": "MRI scan",
53
+ "MICRO-CT": "micro-CT scan",
54
+ "PET-CT": "PET-CT scan",
55
+ "POSITRON EMISSION TOMOGRAPHY (PET)": "PET scan",
56
+ "RADIOGRAPHY": "radiography image",
57
+ "ULTRASONOGRAPHY": "ultrasonography image"
58
  }
59
 
60
  organ_descriptions = {