broadfield commited on
Commit
2e65244
·
verified ·
1 Parent(s): 61210c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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";