Chris4K commited on
Commit
3f68bf3
1 Parent(s): ddd68a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -10,7 +10,11 @@ from PyPDF2 import PdfReader
10
  # Load environment variables
11
  #load_dotenv()
12
 
 
13
 
 
 
 
14
 
15
  def get_pdf_text(pdf_docs):
16
  """
 
10
  # Load environment variables
11
  #load_dotenv()
12
 
13
+ import os
14
 
15
+ # Print the current working directory
16
+ current_directory = os.getcwd()
17
+ print("Current Working Directory:", current_directory)
18
 
19
  def get_pdf_text(pdf_docs):
20
  """