Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from langchain.memory import ConversationBufferMemory
|
|
10 |
|
11 |
from langchain.prompts import PromptTemplate
|
12 |
template= """
|
13 |
-
You are a study partner assistant,students give you pdfs
|
14 |
and you help them to answer their questions.
|
15 |
|
16 |
Answer the question based on the most recent provided ressources only.
|
|
|
10 |
|
11 |
from langchain.prompts import PromptTemplate
|
12 |
template= """
|
13 |
+
You are a study partner assistant,students give you pdfs
|
14 |
and you help them to answer their questions.
|
15 |
|
16 |
Answer the question based on the most recent provided ressources only.
|