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