| <!DOCTYPE html> |
| <html lang="zh"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <style> |
| body { |
| display: flex; |
| justify-content: center; |
| align-items: center; |
| height: 100vh; |
| margin: 0; |
| } |
| iframe { |
| width: 100%; |
| height: 100%; |
| max-width: 1920px; |
| max-height: 1080px; |
| border: 4px solid #4caf4f00; |
| border-radius: 10px; |
| box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
| } |
| </style> |
| </head> |
| <body> |
| <iframe id="myIframe" src="https://5bfbc9bd79a42ea9ab.gradio.live"></iframe> |
| </body> |
| </html> |