Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def plot_color_histogram(image_bgr):
|
|
83 |
# Page config
|
84 |
st.set_page_config(page_title="ITC PSPD - Blue Area Detection Demo", layout="centered")
|
85 |
|
86 |
-
st.title("
|
87 |
st.markdown("""
|
88 |
**This assignment showcases an Industry 4.0 approach** to **color segmentation**,
|
89 |
demonstrating how tools like Python, OpenCV, and Streamlit can automate **quality checks**
|
|
|
83 |
# Page config
|
84 |
st.set_page_config(page_title="ITC PSPD - Blue Area Detection Demo", layout="centered")
|
85 |
|
86 |
+
st.title("Blue Area Detection Demo for ITC PSPD")
|
87 |
st.markdown("""
|
88 |
**This assignment showcases an Industry 4.0 approach** to **color segmentation**,
|
89 |
demonstrating how tools like Python, OpenCV, and Streamlit can automate **quality checks**
|