Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
0Scottzilla0
/
newbolt
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
newbolt
/
app
/
lib
/
stores
/
chat.ts
0Scottzilla0
Upload folder using huggingface_hub
8481fea
verified
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
,
});