Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -54,7 +54,7 @@
|
|
54 |
const iframediv = document.createElement('iframe');
|
55 |
iframediv.src = 'https://broadfield-fast-voice-full.hf.space/?pdfurl=' + p_pdf+'&mod='+p_mod+'&len='+p_len+'&nos='+p_nos+'&wid='+p_wid+'&pau='+p_pau;
|
56 |
iframediv.width = '100%';
|
57 |
-
iframediv.height = '
|
58 |
iframediv.frameborder="0";
|
59 |
framediv.appendChild(iframediv);
|
60 |
</script>
|
|
|
54 |
const iframediv = document.createElement('iframe');
|
55 |
iframediv.src = 'https://broadfield-fast-voice-full.hf.space/?pdfurl=' + p_pdf+'&mod='+p_mod+'&len='+p_len+'&nos='+p_nos+'&wid='+p_wid+'&pau='+p_pau;
|
56 |
iframediv.width = '100%';
|
57 |
+
iframediv.height = '5000px';
|
58 |
iframediv.frameborder="0";
|
59 |
framediv.appendChild(iframediv);
|
60 |
</script>
|