Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingchat/chat-ui
nirdrang
/
chat-ui_test
like
0
Build error
App
Files
Files
Community
0b2a549
chat-ui_test
/
src
/
lib
/
utils
/
isHuggingChat.ts
nsarrazin
HF staff
Top assistants page (#740)
786115c
unverified
9 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
import
{
PUBLIC_APP_ASSETS
}
from
"$env/static/public"
;
export
const
isHuggingChat =
PUBLIC_APP_ASSETS
===
"huggingchat"
;