Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
andrewelawrence/chat
LLM-Plurality
/
chat
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2e4723b
chat
/
src
/
lib
/
stores
/
pendingMessage.ts
victor
HF Staff
Prettier update (#54)
98051f8
unverified
about 3 years ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
{ writable }
from
"svelte/store"
;
export
const
pendingMessage = writable<
string
>(
""
);