Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ if st.session_state.username is None:
|
|
231 |
|
232 |
with col2:
|
233 |
# Display logo
|
234 |
-
st.image("
|
235 |
|
236 |
st.title("Login")
|
237 |
username_input = st.text_input("Enter your username:")
|
|
|
231 |
|
232 |
with col2:
|
233 |
# Display logo
|
234 |
+
st.image("GenExam.png", width=200) # Assuming the image is saved as logo.png
|
235 |
|
236 |
st.title("Login")
|
237 |
username_input = st.text_input("Enter your username:")
|