Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GXSNetwork
/
BioNexus
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
64ae76d
BioNexus
/
client
/
src
/
App.jsx
gaialive
Upload 28 files
ad08f08
verified
6 months ago
raw
Copy download link
history
blame
Safe
224 Bytes
importReact
from
'react'
function
App
(
) {
return
(
<
div
className
=
"App"
>
<
h1
>
GXS BioNexus Hub
</
h1
>
<
p
>
If you see this message, React Router is not working properly.
</
p
>
</
div
>
)
}
export
default
App