MANIKANDAN A commited on
Commit
37095b6
1 Parent(s): e3ab5e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def login_section():
86
  if user and user[2] == password:
87
  st.success(LOGIN_SUCCESS_MSG)
88
  st.write(f"You are logged in as: {user[1]}")
89
- st.image("profile_image_placeholder.jpg", caption="Your Profile Image", width=100)
90
 
91
  st.session_state.username = username
92
  st.session_state.selected_tab = "Generate Caption"
 
86
  if user and user[2] == password:
87
  st.success(LOGIN_SUCCESS_MSG)
88
  st.write(f"You are logged in as: {user[1]}")
89
+ st.image("image.jpg", caption="Your Profile Image", width=100)
90
 
91
  st.session_state.username = username
92
  st.session_state.selected_tab = "Generate Caption"