Raykarr commited on
Commit
0d554e5
·
verified ·
1 Parent(s): 2022b31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Color 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**
 
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**