Pavan178 commited on
Commit
f40cac0
·
verified ·
1 Parent(s): 80803b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ class AdvancedPdfChatbot:
44
  Question: {question}
45
  Answer:
46
 
47
- (Note :YOUR OUTPUT IS RENDERED IN PROPER PARAGRAPHS, BULLET POINTS, HEADLINES AND SUBTEXTS IN CLEAN PROFESSIONAL MANNER only choose the formats based on the type of question asked- this is very important)
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