Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SmartRetrieval
/
Smart-Retrieval-Demo-API
like
1
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
1d4f56e
Smart-Retrieval-Demo-API
/
frontend
/
app
/
chat
/
page.tsx
khronoz
V.0.1.0 (#3)
caae15f
unverified
about 1 year ago
raw
Copy download link
history
blame
Safe
145 Bytes
"use client"
;
import
ChatSection
from
"@/app/components/chat-section"
;
export
default
function
Chat
(
) {
return
(
<
ChatSection
/>
);
}