Update app.py
Browse files
app.py
CHANGED
@@ -177,6 +177,7 @@ def create_conversational_rag_chain(retriever):
|
|
177 |
|
178 |
template = """Answer the question {question} based only on this context:
|
179 |
{context} . Be consise.
|
|
|
180 |
"""
|
181 |
|
182 |
prompt = ChatPromptTemplate.from_template(template)
|
|
|
177 |
|
178 |
template = """Answer the question {question} based only on this context:
|
179 |
{context} . Be consise.
|
180 |
+
Question : {question}
|
181 |
"""
|
182 |
|
183 |
prompt = ChatPromptTemplate.from_template(template)
|