Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ 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
  center_logo("logo.png")
108
  st.title("Login Page") # The title will be styled in dark green
109
 
 
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