huathedev commited on
Commit
398e72a
1 Parent(s): 834b849

Update ⓘ_Introduction.py

Browse files
Files changed (1) hide show
  1. ⓘ_Introduction.py +1 -1
ⓘ_Introduction.py CHANGED
@@ -43,7 +43,7 @@ class Intro(TeethApp):
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:**")
46
- st.image("illu.png")
47
 
48
  if __name__ == "__main__":
49
  app = Intro()
 
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:**")
46
+ st.image("illustration.png")
47
 
48
  if __name__ == "__main__":
49
  app = Intro()