Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingchat
/
chat-ui
like
1.08k
Running
App
Files
Files
Community
602
9b5d65a
chat-ui
/
src
/
lib
/
stores
/
isAborted.ts
Tomás Gómez
fix: new chat when old one is still streaming (
#578
)
f23c3c9
unverified
11 months ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
{ writable }
from
"svelte/store"
;
export
const
isAborted = writable<
boolean
>(
false
);