Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
e3a6f0b
dify
/
web
/
app
/
components
/
base
/
chat
/
embedded-chatbot
/
utils.ts
Severian
initial commit
a8b3f00
about 1 month ago
raw
Copy download link
history
blame
Safe
79 Bytes
export
const
isDify
= (
) => {
return
document
.
referrer
.
includes
(
'dify.ai'
)
}