JSenkCC commited on
Commit
3f3bda9
·
verified ·
1 Parent(s): b5b3a87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def main():
82
  saved_documentation_page()
83
 
84
  def login_page():
85
- st.image("SimplifAI Logo.jpeg", use_column_width=True)
86
 
87
  st.subheader("Please Log In or Register to Continue")
88
  auth_mode = st.radio("Choose an Option", ["Log In", "Register"], horizontal=True)
 
82
  saved_documentation_page()
83
 
84
  def login_page():
85
+ st.image("SimplifAI Logo.jpeg", use_container_width=True)
86
 
87
  st.subheader("Please Log In or Register to Continue")
88
  auth_mode = st.radio("Choose an Option", ["Log In", "Register"], horizontal=True)