maaz21 commited on
Commit
99003ea
·
verified ·
1 Parent(s): af5a8b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ st.title("📄 PDF Chatbot using LangChain + FAISS + Groq")
18
  st.markdown("This app answers your questions based on a predefined PDF.")
19
 
20
  # Path to your preloaded PDF
21
- PDF_PATH = "chatbot/acca.pdf"
22
 
23
  # Process PDF and create retriever (cached)
24
  @st.cache_resource
 
18
  st.markdown("This app answers your questions based on a predefined PDF.")
19
 
20
  # Path to your preloaded PDF
21
+ PDF_PATH = "docs/acca.pdf"
22
 
23
  # Process PDF and create retriever (cached)
24
  @st.cache_resource