Ci-Dave commited on
Commit
5e334d7
·
1 Parent(s): d94d6b0
Files changed (1) hide show
  1. app.py +0 -10
app.py CHANGED
@@ -56,16 +56,6 @@ page = st.sidebar.radio("Go to", ["Home", "Edge Detection", "Segmentation", "Fea
56
 
57
  # Home Page
58
  if page == "Home":
59
- st.title("Imaize: Smart Image Analyzer with XAI")
60
- st.markdown("""
61
- **Welcome to Imaize!** This app allows you to analyze images using AI-powered techniques:
62
- - **Edge Detection**
63
- - **Image Segmentation**
64
- - **Feature Extraction**
65
- - **AI Classification**
66
-
67
- Upload an image and explore how AI explains the techniques!
68
- """)
69
  uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
70
  if uploaded_file is not None:
71
  image = io.imread(uploaded_file)
 
56
 
57
  # Home Page
58
  if page == "Home":
 
 
 
 
 
 
 
 
 
 
59
  uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
60
  if uploaded_file is not None:
61
  image = io.imread(uploaded_file)