Update ⓘ_Introduction.py
Browse files- ⓘ_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("
|
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()
|