Marthee commited on
Commit
38e4b38
·
verified ·
1 Parent(s): a557325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def view_pdf():
80
  print("⚙️ Using cached PDF — already processed.")
81
 
82
  # Pass page & zoom to the viewer
83
- return render_template("viewer.html", start_page=page, start_zoom=zoom)
84
 
85
 
86
  @app.route('/get-pdf')
 
80
  print("⚙️ Using cached PDF — already processed.")
81
 
82
  # Pass page & zoom to the viewer
83
+ return render_template("gui.html", start_page=page, start_zoom=zoom)
84
 
85
 
86
  @app.route('/get-pdf')