Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kikuepi
/
dify
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4304c6d
dify
/
web
/
app
/
(commonLayout)
/
datasets
/
page.tsx
kikuepi
Upload 4913 files
4304c6d
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
196 Bytes
import
Container
from
'./Container'
const
AppList
=
async
(
) => {
return
(
<
Container
/>
)
}
export
const
metadata = {
title
:
'Datasets - Dify'
,
}
export
default
AppList