Ci-Dave commited on
Commit
217d391
·
1 Parent(s): 5e334d7
Files changed (1) hide show
  1. app.py +2 -2
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
- # # 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
 
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