Update pages/01_🦷 Segment.py
Browse files- pages/01_🦷 Segment.py +1 -2
pages/01_🦷 Segment.py
CHANGED
|
@@ -22,8 +22,7 @@ import pyvista as pv
|
|
| 22 |
from PIL import Image
|
| 23 |
|
| 24 |
class TeethApp:
|
| 25 |
-
def __init__
|
| 26 |
-
(self):
|
| 27 |
# Font
|
| 28 |
with open("utils/style.css") as css:
|
| 29 |
st.markdown(f"<style>{css.read()}</style>", unsafe_allow_html=True)
|
|
|
|
| 22 |
from PIL import Image
|
| 23 |
|
| 24 |
class TeethApp:
|
| 25 |
+
def __init__(self):
|
|
|
|
| 26 |
# Font
|
| 27 |
with open("utils/style.css") as css:
|
| 28 |
st.markdown(f"<style>{css.read()}</style>", unsafe_allow_html=True)
|