Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mithril-security/blind_chat
Nymbo
/
blind_chat
like
0
Sleeping
App
Files
Files
Community
d54ea4b
blind_chat
/
src
/
lib
/
stores
/
pendingMessage.ts
lauro1
test
faca43f
about 1 year ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
{ writable }
from
"svelte/store"
;
export
const
pendingMessage = writable<
string
>(
""
);