broadfield commited on
Commit
2315029
·
verified ·
1 Parent(s): 8a3a9c7

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = '1000px';
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>