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