Ci-Dave commited on
Commit
afe9e31
·
1 Parent(s): 1b884b3

removed duplication

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -161,8 +161,8 @@ def explain_ai(prompt):
161
  # App title
162
  st.title("Imaize: Smart Image Analyzer with XAI")
163
 
164
- # Image upload section
165
- uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"]) # Allow user to upload an image file
166
 
167
  # App Description
168
  st.markdown("""
 
161
  # App title
162
  st.title("Imaize: Smart Image Analyzer with XAI")
163
 
164
+ # # Image upload section
165
+ # uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"]) # Allow user to upload an image file
166
 
167
  # App Description
168
  st.markdown("""