| <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://6ca256a545152c0a1f.gradio.live/" allowfullscreen></iframe> | |
| </body> | |
| </html> |