Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hotboxxgenn
/
Second
like
0
No application file
App
Files
Files
Community
20
refs/pr/5
Second
/
src
/
App.jsx
hotboxxgenn
Create src/App.jsx
013c25e
verified
6 months ago
raw
Copy download link
history
blame
Safe
170 Bytes
function
App
(
) {
return
(
<
div
>
<
h1
>
Hello from React + Vite!
</
h1
>
<
p
>
Your app is ready for Hugging Face Spaces.
</
p
>
</
div
>
)
}
export
default
App