Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ class AdvancedPdfChatbot:
|
|
44 |
Question: {question}
|
45 |
Answer:
|
46 |
|
47 |
-
(Note :YOUR OUTPUT IS RENDERED IN PROPER PARAGRAPHS
|
48 |
"""
|
49 |
self.prompt = PromptTemplate(template=self.template, input_variables=["context", "question"])
|
50 |
|
|
|
44 |
Question: {question}
|
45 |
Answer:
|
46 |
|
47 |
+
(Note :YOUR OUTPUT IS RENDERED IN PROPER PARAGRAPHS or BULLET POINTS when needed, modify the response formats as needed, only choose the formats based on the type of question asked)
|
48 |
"""
|
49 |
self.prompt = PromptTemplate(template=self.template, input_variables=["context", "question"])
|
50 |
|