ArturG9 commited on
Commit
b6c28b8
·
verified ·
1 Parent(s): 660cd45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,10 +180,10 @@ def create_conversational_rag_chain(retriever):
180
  verbose=False,
181
  )
182
 
183
- template = """Answer the question based only on the following context:
184
  {context} . Be consise.
185
 
186
- Question: {question}
187
 
188
 
189
 
 
180
  verbose=False,
181
  )
182
 
183
+ template = """Answer the question {question} based only on the following context:
184
  {context} . Be consise.
185
 
186
+
187
 
188
 
189