huathedev commited on
Commit
84cea81
1 Parent(s): 66d73bc

Update pages/02_📙How_it_Works.py

Browse files
Files changed (1) hide show
  1. pages/02_📙How_it_Works.py +3 -3
pages/02_📙How_it_Works.py CHANGED
@@ -40,9 +40,9 @@ class Guide(TeethApp):
40
 
41
  def build_app(self):
42
  st.title("More Coming Soon")
43
- st.markdown("Made by Huayuan Song for the 10 ECTS 02830 Advanced Project in Digital Media Technology course at the Technical University of Denmark.")
44
- st.markdown("ML backend is based on MeshSegNet architecture by [Lian et al.](https://ieeexplore.ieee.org/abstract/document/8984309).")
45
- st.markdown("The model has been trained on intra-oral scans of both upper and lower jaws annotated, validated by professionals in the 3DTeethSeg'22 Challenge by [Ben-Hamadou et al.](https://arxiv.org/abs/2305.18277).")
46
  st.markdown("**Thanks for trying the app out!**")
47
  st.image("illustration.png")
48
 
 
40
 
41
  def build_app(self):
42
  st.title("More Coming Soon")
43
+ st.markdown("Made by [Huayuan Song](https://www.linkedin.com/in/huayuansong/) for the 10 ECTS [02830 Advanced Project in Digital Media Technology](https://kurser.dtu.dk/course/02830) project course at the [Technical University of Denmark (DTU)](https://dtu.dk/english).")
44
+ st.markdown("ML backend is based on MeshSegNet architecture by [Lian et al.](https://ieeexplore.ieee.org/abstract/document/8984309)")
45
+ st.markdown("The model has been trained on intra-oral scans of both upper and lower jaws annotated, validated by professionals in the 3DTeethSeg'22 Challenge by [Ben-Hamadou et al.](https://arxiv.org/abs/2305.18277)")
46
  st.markdown("**Thanks for trying the app out!**")
47
  st.image("illustration.png")
48