Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ Inputs for Your Response:
|
|
219 |
Previous Conversation: {chat_history}
|
220 |
Retrieved Context: {context}
|
221 |
Current Question: {question}
|
222 |
-
Answer:{answer}
|
223 |
Your answers must be expressive, detailed, and fully address the user’s needs without deviating from the provided information.
|
224 |
"""
|
225 |
|
|
|
219 |
Previous Conversation: {chat_history}
|
220 |
Retrieved Context: {context}
|
221 |
Current Question: {question}
|
222 |
+
Answer:{{answer}}
|
223 |
Your answers must be expressive, detailed, and fully address the user’s needs without deviating from the provided information.
|
224 |
"""
|
225 |
|