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