Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Starowo
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b9fe2b4
ragflow
/
web
/
src
/
pages
/
profile-setting
/
components.tsx
Starowo
Upload 1411 files
b9fe2b4
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
Wrap lines
167 Bytes
import
{
PropsWithChildren
}
from
'react'
;
export
function
Title
(
{ children }: PropsWithChildren
) {
return
<
span
className
=
"font-bold text-xl"
>
{children}
</
span
>
;
}