artintel235 commited on
Commit
c11b56a
·
verified ·
1 Parent(s): b5f5cd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ name, authentication_status, username = authenticator.login('Login', 'main')
22
 
23
  if authentication_status:
24
  st.write(f'Welcome *{name}*')
25
- authenticator.logout('Logout', 'main')
26
 
27
  # --- Text Input and Response ---
28
  user_text = st.text_input("Enter some text:")
 
22
 
23
  if authentication_status:
24
  st.write(f'Welcome *{name}*')
25
+ authenticator.logout('Logout', 'sidebar')
26
 
27
  # --- Text Input and Response ---
28
  user_text = st.text_input("Enter some text:")