sourabhzanwar commited on
Commit
132310c
1 Parent(s): dc07ef2

changed cookie_expiry to 1 day

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ try:
106
  )
107
  st.sidebar.image("ml_logo.png", use_column_width=True)
108
 
109
- authenticator = stauth.Authenticate(names, usernames, hashed_passwords, "document_search", "random_text", cookie_expiry_days=2)
110
 
111
  name, authentication_status, username = authenticator.login("Login", "main")
112
 
 
106
  )
107
  st.sidebar.image("ml_logo.png", use_column_width=True)
108
 
109
+ authenticator = stauth.Authenticate(names, usernames, hashed_passwords, "document_search", "random_text", cookie_expiry_days=1)
110
 
111
  name, authentication_status, username = authenticator.login("Login", "main")
112