Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Charan5775
/
dev
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dev
/
app
/
lib
/
stores
/
chat.ts
Charan5775
Add application file
8f7821c
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
import
{ map }
from
'nanostores'
;
export
const
chatStore =
map
({
started
:
false
,
aborted
:
false
,
showChat
:
true
,
});