Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def main():
|
|
93 |
# If the user asked a question, generate a response.
|
94 |
if user_question:
|
95 |
# Split the PDF documents into smaller chunks.
|
96 |
-
pdf_chunks = split_pdfs("
|
97 |
|
98 |
# Generate a response to the query.
|
99 |
response = generate_response(pdf_chunks, llm_model)
|
|
|
93 |
# If the user asked a question, generate a response.
|
94 |
if user_question:
|
95 |
# Split the PDF documents into smaller chunks.
|
96 |
+
pdf_chunks = split_pdfs("Geeta.pdf")
|
97 |
|
98 |
# Generate a response to the query.
|
99 |
response = generate_response(pdf_chunks, llm_model)
|