MANIKANDAN A commited on
Commit
d0cc224
·
1 Parent(s): 3f3c92f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -86,8 +86,6 @@ 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("image.jpg", caption="Your Profile Image", width=100)
90
-
91
  st.session_state.username = username
92
  st.session_state.selected_tab = "Generate Caption"
93
  st.balloons()
 
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.session_state.username = username
90
  st.session_state.selected_tab = "Generate Caption"
91
  st.balloons()