ArturG9 commited on
Commit
bf2784c
1 Parent(s): 95b8ccd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -175,10 +175,10 @@ def create_conversational_rag_chain(retriever):
175
  verbose=False,
176
  )
177
 
178
- template = """Answer the question based only on the following context:
179
  {context}
180
 
181
- Question: {question}
182
  """
183
  prompt = ChatPromptTemplate.from_template(template)
184
 
 
175
  verbose=False,
176
  )
177
 
178
+ template = """Answer the Question: {question} based only on the following context:
179
  {context}
180
 
181
+
182
  """
183
  prompt = ChatPromptTemplate.from_template(template)
184