| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>My Remote Demo</title> | |
| <style> | |
| html, body { | |
| margin: 0; | |
| height: 100%; | |
| } | |
| iframe { | |
| width: 100%; | |
| height: 100%; | |
| border: none; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <iframe src="https://8dd873b9adcbfecebf.gradio.live" allowfullscreen></iframe> | |
| </body> | |
| </html> |