ArturG9 commited on
Commit
1868903
1 Parent(s): 229db9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)