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