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...
b2c85d3
ragflow
/
web
/
src
/
pages
/
flow
/
answer-form
/
index.tsx
balibabu
feat: add custom edge (#1061)
be99f83
11 months ago
raw
Copy download link
history
blame
Safe
90 Bytes
const
AnswerForm
= (
) => {
return
<
div
>
AnswerForm
</
div
>
;
};
export
default
AnswerForm
;