Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingchat
/
chat-ui
like
1.09k
Running
App
Files
Files
Community
608
5f9acb9
chat-ui
/
src
/
lib
/
stores
/
pendingMessage.ts
coyotte508
HF staff
Split app structure & create convos (
#20
)
1b66f8d
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
{ writable }
from
'svelte/store'
;
export
const
pendingMessage = writable<
string
>(
''
);