aelius commited on
Commit
8e4d777
1 Parent(s): 5191921
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -13,6 +13,7 @@ def on_button_click():
13
  st.session_state.button_clicked = True
14
 
15
 
 
16
  modalities = [
17
  "COMPUTED TOMOGRAPHY (CT)", "DIGITAL BREAST TOMOSYNTHESIS", "DIGITAL MAMMOGRAPHY",
18
  "MAGNETIC RESONANCE IMAGING (MRI)", "MICRO-CT", "PET-CT",
@@ -40,6 +41,10 @@ artists = [
40
  "J.M.W. Turner"
41
  ]
42
 
 
 
 
 
43
 
44
  organ = st.selectbox('Organ', organs, index=None)
45
  modality = st.selectbox('Modality', modalities, index=None)
 
13
  st.session_state.button_clicked = True
14
 
15
 
16
+
17
  modalities = [
18
  "COMPUTED TOMOGRAPHY (CT)", "DIGITAL BREAST TOMOSYNTHESIS", "DIGITAL MAMMOGRAPHY",
19
  "MAGNETIC RESONANCE IMAGING (MRI)", "MICRO-CT", "PET-CT",
 
41
  "J.M.W. Turner"
42
  ]
43
 
44
+ st.markdown("<div style=\"text-align: center;\"> <img src=\"https://www.deeptracetech.com/images/graphical-verbose-logo-inline.png\" alt=\"DeepTrace Technologies logo\" width=\"208\" height=\"100\"></div>",
45
+ unsafe_allow_html=True)
46
+ st.markdown("<h1 style='text-align: center;'>Paint your medical image as a great master would!</h1>", unsafe_allow_html=True)
47
+ #st.title("Paint your medical image as a great master would!")
48
 
49
  organ = st.selectbox('Organ', organs, index=None)
50
  modality = st.selectbox('Modality', modalities, index=None)