ss
Browse files
app.py
CHANGED
@@ -146,8 +146,8 @@ def explain_ai(prompt):
|
|
146 |
except Exception as e:
|
147 |
return f"Error: {str(e)}" # Return error message if there's an issue
|
148 |
|
149 |
-
#
|
150 |
-
|
151 |
|
152 |
# # Image upload section
|
153 |
# uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"]) # Allow user to upload an image file
|
|
|
146 |
except Exception as e:
|
147 |
return f"Error: {str(e)}" # Return error message if there's an issue
|
148 |
|
149 |
+
# App title
|
150 |
+
st.title("Imaize: Smart Image Analyzer with XAI")
|
151 |
|
152 |
# # Image upload section
|
153 |
# uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"]) # Allow user to upload an image file
|