huathedev commited on
Commit
66d73bc
·
1 Parent(s): 398e72a

Update pages/02_📙How_it_Works.py

Browse files
Files changed (1) hide show
  1. pages/02_📙How_it_Works.py +1 -1
pages/02_📙How_it_Works.py CHANGED
@@ -44,7 +44,7 @@ class Guide(TeethApp):
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("illu.png")
48
 
49
  if __name__ == "__main__":
50
  app = Guide()
 
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
 
49
  if __name__ == "__main__":
50
  app = Guide()