Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
abadesalex
/
DocuRAG
like
0
Running
App
Files
Files
Community
main
DocuRAG
/
App
/
my-app
/
src
/
Components
/
chunkPreview
/
index.jsx
abadesalex
UI
819bacd
2 months ago
raw
Copy download link
history
blame
contribute
delete
62 Bytes
export
default
function
ChunkPreview
(
) {
return
(
<>
</>
);
}