Spaces:
No application file
No application file
| function App() { | |
| return ( | |
| <div style={{ padding: '20px', textAlign: 'center' }}> | |
| <h1>Hello from React + Vite!</h1> | |
| <p>Your app is successfully deployed on Hugging Face Spaces.</p> | |
| </div> | |
| ) | |
| } | |
| export default App |