Alimubariz124 commited on
Commit
8e78738
·
verified ·
1 Parent(s): 5454fc9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -21,7 +21,7 @@ def extract_text_from_pdf(pdf_path):
21
  return text
22
 
23
  # Load the prompt from the PDF file
24
- pdf_path = 'landon_Hotel.pdf'
25
  prompt = extract_text_from_pdf(pdf_path)
26
 
27
 
 
21
  return text
22
 
23
  # Load the prompt from the PDF file
24
+ pdf_path = 'Landon_Hotel.pdf'
25
  prompt = extract_text_from_pdf(pdf_path)
26
 
27