Marthee commited on
Commit
35e14da
·
verified ·
1 Parent(s): baf5d3c

Update templates/gui.html

Browse files
Files changed (1) hide show
  1. templates/gui.html +1 -1
templates/gui.html CHANGED
@@ -17,7 +17,7 @@
17
  <h2>PDF Viewer</h2>
18
 
19
  <!-- Reference Flask route to embed PDF in an iframe -->
20
- <iframe src="{{ url_for('view_pdf') }}#page=2"></iframe>
21
 
22
  </body>
23
  </html>
 
17
  <h2>PDF Viewer</h2>
18
 
19
  <!-- Reference Flask route to embed PDF in an iframe -->
20
+ <iframe src="{{ url_for('view_pdf') }}"></iframe>
21
 
22
  </body>
23
  </html>