Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ function readfn(inn,url) {
|
|
60 |
console.log(inn);
|
61 |
var readit = document.getElementById("aud" + String(inn));
|
62 |
const iframe = document.createElement('iframe');
|
63 |
-
iframe.src = 'https://broadfield-fast-voice.hf.space/?pdfurl=url
|
64 |
iframe.width = '100%';
|
65 |
iframe.height = '200px';
|
66 |
readit.appendChild(iframe);
|
|
|
60 |
console.log(inn);
|
61 |
var readit = document.getElementById("aud" + String(inn));
|
62 |
const iframe = document.createElement('iframe');
|
63 |
+
iframe.src = 'https://broadfield-fast-voice.hf.space/?pdfurl=UUU'.replace('UUU',url);
|
64 |
iframe.width = '100%';
|
65 |
iframe.height = '200px';
|
66 |
readit.appendChild(iframe);
|