Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/deepsite
markush1
/
kaicoder
like
0
Running
on
CPU Upgrade
App
Files
Files
Fetching metadata from the HF Docker repository...
7694ff5
kaicoder
/
lib
/
get-cookie-name.ts
enzostvs
HF Staff
initial commit
13ae717
2 months ago
raw
Copy download link
history
blame
Safe
75 Bytes
export
default
function
MY_TOKEN_KEY
(
) {
return
"deepsite-auth-token"
;
}