Marthee commited on
Commit
4b67bf3
·
verified ·
1 Parent(s): 8db659f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import fitz # PyMuPDF
5
 
6
  # Define global variables to retain PDF content across function calls
7
  pdf_content = None
8
- pageNumTextFound = 0
9
  BASE_URL="https://marthee-navigatetopage.hf.space"
10
  app = Flask(__name__)
11
 
 
5
 
6
  # Define global variables to retain PDF content across function calls
7
  pdf_content = None
8
+ pageNumTextFound = 0
9
  BASE_URL="https://marthee-navigatetopage.hf.space"
10
  app = Flask(__name__)
11