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...
9fc4bce
Smart-Retrieval-Demo-API
/
frontend
/
app
/
chat
/
page.tsx
khronoz
Moved 'Header' & 'Main' component to layout
af5678c
over 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
/>
);
}