Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ Context: {context}
|
|
70 |
Question: {question}
|
71 |
|
72 |
Provide a comprehensive, precise answer based strictly on the document's content.
|
73 |
-
If the answer isn't directly available, explain why. Try to structure your response according to context
|
74 |
input_variables=["context", "question"]
|
75 |
)
|
76 |
|
|
|
70 |
Question: {question}
|
71 |
|
72 |
Provide a comprehensive, precise answer based strictly on the document's content.
|
73 |
+
If the answer isn't directly available, explain why. Try to structure your response according to context such as paragraphs or bullet points, headlines and subtexts""",
|
74 |
input_variables=["context", "question"]
|
75 |
)
|
76 |
|