Hugging Face
Models
Datasets
Spaces
Community
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...
main
open-o1
/
pages
/
index.tsx
saq1b
Upload index.tsx
8dae1b6
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
105 Bytes
import
AIChat
from
'../components/AiChat.tsx'
export
default
function
Home
(
) {
return
<
AIChat
/>
}