Spaces:
Running
Running
Update main.py
Browse files
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 = '
|
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 |
|