File size: 369 Bytes
1a142bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
637a79d
1a142bb
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<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://985cb6287c9682a1a6.gradio.live" allowfullscreen></iframe>
</body>
</html>