svsaurav95 commited on
Commit
1a2c622
·
verified ·
1 Parent(s): ea20fb6

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -57,7 +57,7 @@ transform = T.Compose([
57
 
58
  # ========== UI ==========
59
  st.set_page_config(page_title="Tooth Segmentation", layout="wide")
60
- st.title("🦷 Tooth Segmentation using MobileViT")
61
 
62
  uploaded_file = st.file_uploader("Upload a mouth image with visible teeth", type=["jpg", "jpeg", "png"])
63
 
 
57
 
58
  # ========== UI ==========
59
  st.set_page_config(page_title="Tooth Segmentation", layout="wide")
60
+ st.title("Tooth Segmentation using MobileViT")
61
 
62
  uploaded_file = st.file_uploader("Upload a mouth image with visible teeth", type=["jpg", "jpeg", "png"])
63