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...
main
TrustworthyAI
/
frontend
/
src
/
pages
/
About
/
index.tsx
Peiyan
Add files via upload
f46b416
unverified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
131 Bytes
import
React
from
'react'
export
function
About
(
) {
return
(
<
div
>
<
h1
>
About
</
h1
>
</
div
>
)
}