Hugging Face
Models
Datasets
Spaces
Community
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...
b75e667
ragflow
/
web
/
src
/
pages
/
search
/
index.tsx
balibabu
feat: Add SearchPage #2247 (#2248)
e3239a2
10 months ago
raw
Copy download link
history
blame
90 Bytes
const
SearchPage
= (
) => {
return
<
div
>
SearchPage
</
div
>
;
};
export
default
SearchPage
;