huathedev commited on
Commit
9a64105
1 Parent(s): 3cd3a95

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
  self.build_app()
41
 
42
  def build_app(self):
43
- st.title("AI-assited Tooth Segmentation")
44
- st.markdown("This app automatically segments intra-oral scans of teeth using machine learning.")
45
- st.markdown("Head to the 'Segment' tab to try it out!")
46
  st.markdown("**Example:**")
47
  st.image("illu.png")
48
 
 
40
  self.build_app()
41
 
42
  def build_app(self):
43
+ st.title("More Coming Soon")
44
+ st.markdown("Made by Huayuan Song for the 10 ECTS 02830 Advanced Project in Digital Media Technology course at the Technical University of Denmark.")
45
+ st.markdown("Documentation and references in progress.")
46
  st.markdown("**Example:**")
47
  st.image("illu.png")
48