Keshav-rejoice commited on
Commit
d63db4f
·
verified ·
1 Parent(s): c518731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ loaded_model = load_trained_model()
52
 
53
 
54
  st.title("🧠 Wall Defect Classification & AI-Based Description")
55
- category_choice = st.selectbox("🛠️ Select Defect Category Type:", ["Flooring"], index=0)
56
  if category_choice == "Flooring":
57
  st.markdown("Upload a wall surface image to detect potential defects and generate a structured AI analysis.")
58
 
 
52
 
53
 
54
  st.title("🧠 Wall Defect Classification & AI-Based Description")
55
+ category_choice = st.selectbox("🛠️ Select Defect Category Type:", ["Painting","Flooring"], index=0)
56
  if category_choice == "Flooring":
57
  st.markdown("Upload a wall surface image to detect potential defects and generate a structured AI analysis.")
58