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...
70aabba
ragflow
/
web
/
src
/
pages
/
flow
/
form
/
answer-form
/
index.tsx
balibabu
feat: Add a note node to the agent canvas #2767 (#2768)
cd85d9e
5 months ago
raw
Copy download link
history
blame
Safe
80 Bytes
const
AnswerForm
= (
) => {
return
<
div
>
</
div
>
;
};
export
default
AnswerForm
;