Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saq1b
/
open-o1
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
35e41b4
open-o1
/
pages
/
index.tsx
saq1b
Upload index.tsx
8dae1b6
verified
5 months ago
raw
Copy download link
history
blame
Safe
105 Bytes
import
AIChat
from
'../components/AiChat.tsx'
export
default
function
Home
(
) {
return
<
AIChat
/>
}