Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ function closefn(inn) {
|
|
59 |
function readfn(inn) {
|
60 |
console.log(inn);
|
61 |
var readit = document.getElementById("aud" + String(inn));
|
62 |
-
readit.innerHTML='<iframe src="https://broadfield-fast-voice.hf.space/?pdfurl=inn[
|
63 |
}
|
64 |
</script>
|
65 |
""".replace('/abs/','/pdf/')
|
|
|
59 |
function readfn(inn) {
|
60 |
console.log(inn);
|
61 |
var readit = document.getElementById("aud" + String(inn));
|
62 |
+
readit.innerHTML='''<iframe src="https://broadfield-fast-voice.hf.space/?pdfurl=inn['id']&embedded=true" frameborder="0" height="200px" width="100%"></iframe>';''
|
63 |
}
|
64 |
</script>
|
65 |
""".replace('/abs/','/pdf/')
|