Spaces:
Runtime error
Runtime error
Update template.html
Browse files- template.html +2 -1
template.html
CHANGED
@@ -21,6 +21,7 @@
|
|
21 |
overflow: hidden;
|
22 |
width: 100%;
|
23 |
height: 500px;
|
|
|
24 |
}
|
25 |
.responsive-iframe {
|
26 |
position: relative;
|
@@ -36,7 +37,7 @@
|
|
36 |
</head>
|
37 |
<body>
|
38 |
<div class="t">PDF Reader for<br>TITLE</div>
|
39 |
-
<div
|
40 |
<iframe class='responsive-iframe' src='https://broadfield-fast-voice-full.hf.space/?pdfurl=PDFURL&mod=VOICE&len=LENGTH&nos=NOISE&wid=WIDTH&pau=PAUSE' allow='autoplay' width=100%></iframe>
|
41 |
</div>
|
42 |
</body>
|
|
|
21 |
overflow: hidden;
|
22 |
width: 100%;
|
23 |
height: 500px;
|
24 |
+
margin-top:-10px;
|
25 |
}
|
26 |
.responsive-iframe {
|
27 |
position: relative;
|
|
|
37 |
</head>
|
38 |
<body>
|
39 |
<div class="t">PDF Reader for<br>TITLE</div>
|
40 |
+
<div class='container'>
|
41 |
<iframe class='responsive-iframe' src='https://broadfield-fast-voice-full.hf.space/?pdfurl=PDFURL&mod=VOICE&len=LENGTH&nos=NOISE&wid=WIDTH&pau=PAUSE' allow='autoplay' width=100%></iframe>
|
42 |
</div>
|
43 |
</body>
|