drkareemkamal
commited on
Commit
•
851d564
1
Parent(s):
106e47f
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from PIL import Image
|
|
10 |
import io
|
11 |
|
12 |
DB_FAISS_PATH = 'vectorstores/'
|
13 |
-
pdf_path = '
|
14 |
|
15 |
# custom_prompt_template = '''use the following pieces of information to answer the user's questions.
|
16 |
# If you don't know the answer, please just say that don't know the answer, don't try to make uo an answer.
|
|
|
10 |
import io
|
11 |
|
12 |
DB_FAISS_PATH = 'vectorstores/'
|
13 |
+
pdf_path = 'Oxford/Oxford-psychiatric-handbook-1-760.pdf'
|
14 |
|
15 |
# custom_prompt_template = '''use the following pieces of information to answer the user's questions.
|
16 |
# If you don't know the answer, please just say that don't know the answer, don't try to make uo an answer.
|