CosmoAI commited on
Commit
21a1e93
·
1 Parent(s): 4945efb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(Geeta.pdf)
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)