Update app.py
Browse files
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 = "
|
| 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
|