| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>App de reciclatge</title> |
| <link rel="stylesheet" href="style1.css"> |
| <script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.31.1/gradio.js"></script> |
| </head> |
| <body> |
| <header> |
| <img src="logoinstiverd.jpg"class="logo"> |
| <h1 class="titol">App de reciclatge</h1> |
| </header> |
| <main> |
| <section class="descripció"> |
| <p>Aquest app consisteix en que tu li envies una imatge com per exemple de un menjar o una ampolla de vidre... i et diu en quin contenidor ho hauries de tirar.</p> |
| </section> |
| <section class="app"> |
| <gradio-app src="https://edgaaar1-app-tecno.hf.space"></gradio-app> |
| </section> |
| </main> |
| <div class= baix> |
| <p> Edgar Gibert</p> |
| <p> Fet a Calaf</p> |
| </div> |
| </body> |
| </html> |