JSenkCC commited on
Commit
bddb33a
·
verified ·
1 Parent(s): 44b2cb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -82,6 +82,8 @@ def main():
82
  saved_documentation_page()
83
 
84
  def login_page():
 
 
85
  st.subheader("Please Log In or Register to Continue")
86
  auth_mode = st.radio("Choose an Option", ["Log In", "Register"], horizontal=True)
87
 
 
82
  saved_documentation_page()
83
 
84
  def login_page():
85
+ st.image("SimplifAI Logo.png", 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)
89