MANIKANDAN A
commited on
Commit
·
0386892
1
Parent(s):
4242100
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,6 @@ def login():
|
|
75 |
if user and bcrypt.verify(password, user[2]):
|
76 |
st.success("Login successful!")
|
77 |
st.write(f"You are logged in as: {user[1]}")
|
78 |
-
st.image("profile_image_placeholder.jpg", caption="Your Profile Image", width=100)
|
79 |
-
|
80 |
st.session_state.username = username
|
81 |
st.session_state.selected_tab = "Generate Caption"
|
82 |
else:
|
|
|
75 |
if user and bcrypt.verify(password, user[2]):
|
76 |
st.success("Login successful!")
|
77 |
st.write(f"You are logged in as: {user[1]}")
|
|
|
|
|
78 |
st.session_state.username = username
|
79 |
st.session_state.selected_tab = "Generate Caption"
|
80 |
else:
|