ArturG9 commited on
Commit
b08d9d7
·
verified ·
1 Parent(s): 98c0504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def create_conversational_rag_chain(retriever):
175
  verbose=False,
176
  )
177
 
178
- template = """Answer the questio in a natural language, based only on the following context:
179
  {context}
180
  Question: {question}
181
  """
 
175
  verbose=False,
176
  )
177
 
178
+ template = """Answer the question in a natural language, based only on the following context:
179
  {context}
180
  Question: {question}
181
  """