Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|