Anne31415 commited on
Commit
8ac64d9
·
1 Parent(s): 7999bee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ repo = Repository(
24
  repo.git_pull() # Pull the latest changes (if any)
25
 
26
  # Step 2: Load the PDF File
27
- pdf_file_path = "Private_Book/Glossar_PDF_webscraping.pdf" # Replace with your PDF file path
28
 
29
 
30
 
 
24
  repo.git_pull() # Pull the latest changes (if any)
25
 
26
  # Step 2: Load the PDF File
27
+ pdf_file_path = "Private_Book/Glossar_HELP_DESK_combi.pdf" # Replace with your PDF file path
28
 
29
 
30