SerdarHelli commited on
Commit
9d33789
1 Parent(s): 8700b06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,9 +17,9 @@ st.header("Knee Merchant Landmark Detection")
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
 
 
17
 
18
 
19
 
20
+ st.markdown(" 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