Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -103,7 +103,8 @@ def show_loading_animation():
103
  def login_page():
104
 
105
  # Add custom styling and an image at the top
106
- customize_login_page_with_image("logo.png") # Replace "image.png" with the actual path to your image
 
107
  st.title("Login Page") # The title will be styled in dark green
108
 
109
  # Check login state
 
103
  def login_page():
104
 
105
  # Add custom styling and an image at the top
106
+ #customize_login_page_with_image("logo.png") # Replace "image.png" with the actual path to your image
107
+ center_logo("logo.png")
108
  st.title("Login Page") # The title will be styled in dark green
109
 
110
  # Check login state