huathedev commited on
Commit
f0169fd
·
verified ·
1 Parent(s): b7b253e

Update ⓘ_Introduction.py

Browse files
Files changed (1) hide show
  1. ⓘ_Introduction.py +1 -1
ⓘ_Introduction.py CHANGED
@@ -39,7 +39,7 @@ class Intro(TeethApp):
39
  self.build_app()
40
 
41
  def build_app(self):
42
- st.title("AI-assited Tooth Segmentation")
43
  st.markdown("This app automatically segments intra-oral scans of teeth using machine learning.")
44
  st.markdown("Head to the 'Segment' tab to try it out!")
45
  st.markdown("**Example:**")
 
39
  self.build_app()
40
 
41
  def build_app(self):
42
+ st.title("AI Tooth Segmentation")
43
  st.markdown("This app automatically segments intra-oral scans of teeth using machine learning.")
44
  st.markdown("Head to the 'Segment' tab to try it out!")
45
  st.markdown("**Example:**")