Update pages/01_🦷 Segment.py
Browse files- pages/01_🦷 Segment.py +2 -2
pages/01_🦷 Segment.py
CHANGED
@@ -6,7 +6,6 @@ import numpy as np
|
|
6 |
from sklearn import neighbors
|
7 |
from scipy.spatial import distance_matrix
|
8 |
from pygco import cut_from_graph
|
9 |
-
import streamlit_ext as ste
|
10 |
import open3d as o3d
|
11 |
import matplotlib.pyplot as plt
|
12 |
import matplotlib.colors as mcolors
|
@@ -23,7 +22,8 @@ import pyvista as pv
|
|
23 |
from PIL import Image
|
24 |
|
25 |
class TeethApp:
|
26 |
-
def __init__
|
|
|
27 |
# Font
|
28 |
with open("utils/style.css") as css:
|
29 |
st.markdown(f"<style>{css.read()}</style>", unsafe_allow_html=True)
|
|
|
6 |
from sklearn import neighbors
|
7 |
from scipy.spatial import distance_matrix
|
8 |
from pygco import cut_from_graph
|
|
|
9 |
import open3d as o3d
|
10 |
import matplotlib.pyplot as plt
|
11 |
import matplotlib.colors as mcolors
|
|
|
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)
|