Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ function run(inn, url_in) {
|
|
64 |
child0=framediv.lastElementChild;
|
65 |
}
|
66 |
const iframediv = document.createElement('iframe');
|
67 |
-
iframediv.src = 'https://docs.google.com/viewer?url=' + url;
|
68 |
iframediv.width = '100%';
|
69 |
iframediv.height = '1000px';
|
70 |
iframediv.frameborder="0";
|
|
|
64 |
child0=framediv.lastElementChild;
|
65 |
}
|
66 |
const iframediv = document.createElement('iframe');
|
67 |
+
iframediv.src = 'https://docs.google.com/viewer?url=' + url +'&embedded=true';
|
68 |
iframediv.width = '100%';
|
69 |
iframediv.height = '1000px';
|
70 |
iframediv.frameborder="0";
|