Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|