Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a3e5fd8
ragflow
/
web
/
src
/
pages
/
next-chat
/
index.tsx
balibabu
Feat: Bind the route to the navigation bar in the head #3221 (#3863)
1660911
3 months ago
raw
Copy download link
history
blame
Safe
61 Bytes
export
default
function
Chat
(
) {
return
<
div
>
chat
</
div
>
;
}