Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CaffeineCrew
/
Techdocs
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
Techdocs
/
frontend
/
components
/
logout.py
Hemanth Sai Garladinne
Code refactor (#35)
fbb7c49
over 1 year ago
raw
Copy download link
history
blame
Safe
157 Bytes
import
streamlit
as
st
def
logout
():
del
st.session_state[
"access_token"
]
del
st.session_state[
"refresh_token"
]
del
st.session_state[
"username"
]