Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rajvivan
/
CUD-Traffic-AI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CUD-Traffic-AI
/
frontend
/
src
/
App.jsx
Rajeev Ranjan Pandey
Refine UI and fix model selection bugs
e078b1d
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
84 Bytes
import
Home
from
"./pages/Home"
;
export
default
function
App
(
) {
return
<
Home
/>
; }