huathedev commited on
Commit
2848e6d
·
1 Parent(s): 1e745c7

Update pages/01_🦷 Segment.py

Browse files
Files changed (1) hide show
  1. 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)