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...
6ebba8f
llmOS-Agent
/
frontend
/
src
/
App.jsx
tech-envision
Add React frontend with glassmorphism chat
03e545a
3 months ago
raw
Copy download link
history
blame
134 Bytes
import
ChatWindow
from
'./components/ChatWindow'
import
'./index.css'
function
App
(
) {
return
<
ChatWindow
/>
}
export
default
App