Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def create_conversational_rag_chain(retriever):
|
|
133 |
)
|
134 |
|
135 |
template = """Answer the question: {question} based only on the following context:
|
136 |
-
{context}
|
137 |
|
138 |
|
139 |
"""
|
|
|
133 |
)
|
134 |
|
135 |
template = """Answer the question: {question} based only on the following context:
|
136 |
+
{context}
|
137 |
|
138 |
|
139 |
"""
|