Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minchyeom
/
llmOS-Agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e0fd509
llmOS-Agent
/
frontend
/
src
/
app
/
page.tsx
tech-envision
Add Next.js chat frontend
a40a50f
3 months ago
raw
Copy download link
history
blame
103 Bytes
import
ChatApp
from
"../components/ChatApp"
;
export
default
function
Home
(
) {
return
<
ChatApp
/>
;
}