awacke1 commited on
Commit
a91446f
Β·
verified Β·
1 Parent(s): f344b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ if st.sidebar.button('πŸ” Login'):
107
  log_event("Login denied", "❌")
108
 
109
  # URL hash handling
110
- query_params = st.query_params()
111
  if 'hash' in query_params:
112
  hash_from_url = query_params['hash'][0]
113
  for file_name in os.listdir():
 
107
  log_event("Login denied", "❌")
108
 
109
  # URL hash handling
110
+ query_params = st.query_params
111
  if 'hash' in query_params:
112
  hash_from_url = query_params['hash'][0]
113
  for file_name in os.listdir():