SerdarHelli commited on
Commit
8700b06
·
1 Parent(s): a5d94bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -17,9 +17,9 @@ st.header("Knee Merchant Landmark Detection")
17
 
18
 
19
 
20
- st.subheader("Measurement of Merchant Angles is a fully automated method to measure Patellar Congruence Angle and Tilt Angle on Merchant Knee radiographs, employing CNN landmark localizers")
21
 
22
- link= "S.Serdar Helli and Andaç Hamamcı - Yeditepe Medical Imaging Lab.[link](https://imagingyeditepe.github.io/software.html)",
23
 
24
  st.markdown(link,unsafe_allow_html=True)
25
 
@@ -29,6 +29,8 @@ st.markdown(link,unsafe_allow_html=True)
29
  image_file = st.file_uploader("Upload Images", type=["dcm"])
30
 
31
 
 
 
32
  examples=["1.3.46.670589.30.1.6.1.149885691756583.1510655758812.1.dcm"
33
  ,"1.2.392.200036.9125.9.0.235868094.418384128.208354950.dcm",
34
  "1.2.392.200036.9107.500.304.423.20170526.173028.10423.dcm"]
@@ -36,7 +38,6 @@ examples=["1.3.46.670589.30.1.6.1.149885691756583.1510655758812.1.dcm"
36
  colx1, colx2, colx3 = st.columns(3)
37
 
38
 
39
- st.text("Merchant Knee View Dicom Examples ")
40
 
41
  with colx1:
42
  st.text("Example -1 ")
 
17
 
18
 
19
 
20
+ st.text("<a> Measurement of Merchant Angles is a fully automated method to measure Patellar Congruence Angle and Tilt Angle on Merchant Knee radiographs, employing CNN landmark localizers</a> ")
21
 
22
+ link= "<a href='https://imagingyeditepe.github.io/software.html > S.Serdar Helli and Andaç Hamamcı - Yeditepe Medical Imaging Lab.</a>",
23
 
24
  st.markdown(link,unsafe_allow_html=True)
25
 
 
29
  image_file = st.file_uploader("Upload Images", type=["dcm"])
30
 
31
 
32
+ st.text("Merchant Knee View Dicom Examples ")
33
+
34
  examples=["1.3.46.670589.30.1.6.1.149885691756583.1510655758812.1.dcm"
35
  ,"1.2.392.200036.9125.9.0.235868094.418384128.208354950.dcm",
36
  "1.2.392.200036.9107.500.304.423.20170526.173028.10423.dcm"]
 
38
  colx1, colx2, colx3 = st.columns(3)
39
 
40
 
 
41
 
42
  with colx1:
43
  st.text("Example -1 ")