Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Peiyan
/
TrustworthyAI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f802d68
TrustworthyAI
/
frontend
/
src
/
pages
/
Error
/
index.tsx
Peiyan
Add files via upload
f46b416
unverified
10 months ago
raw
Copy download link
history
blame
Safe
182 Bytes
import
React
from
'react'
import
'./index.css'
import
{
Result
}
from
'antd'
export
function
ErrorPage
(
) {
return
(
<
Result
title
=
"Site under construction"
/>
)
}