Jia-py commited on
Commit
a5ad66d
·
verified ·
1 Parent(s): 33d8f5f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -16,7 +16,7 @@
16
  </script>
17
  </head>
18
  <body>
19
- <iframe id="gradioIframe" width="100%" height="100%" style="border:none;">
20
  Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
21
  </iframe>
22
  </body>
 
16
  </script>
17
  </head>
18
  <body>
19
+ <iframe id="gradioIframe" width="100%" height="100vh" style="border:none;">
20
  Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
21
  </iframe>
22
  </body>