bluenevus commited on
Commit
9a441c6
·
verified ·
1 Parent(s): f753aa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ pink_review_document = None
29
 
30
  # Document types and their descriptions
31
  document_types = {
32
- "Shred": "Generate a requirements outline of the Project Work Statement (PWS) identified by action words like shall, will, perform etc.",
33
  "Pink": "Create a Pink Team document based on the PWS outline. Your goal is to be compliant and compelling.",
34
  "Pink Review": "Evaluate compliance of the Pink Team document against the requirements and output a spreadsheet of non compliant findings by pws number, the goal of that pws section, what made it non compliant and your recommendations for recovery",
35
  "Red": "Produce a Red Team document based on the Pink Review by pws sections. Your goal is to be compliant and compelling by recovering all the findings in Pink Review",
 
29
 
30
  # Document types and their descriptions
31
  document_types = {
32
+ "Shred": "Generate a requirements spreadsheet of the Project Work Statement (PWS) identified by action words like shall, will, perform etc. by pws section, requirement. Do not write as if you're responding to the proposal. Its a spreadsheet to distill the requirements, not a paragraph narrative",
33
  "Pink": "Create a Pink Team document based on the PWS outline. Your goal is to be compliant and compelling.",
34
  "Pink Review": "Evaluate compliance of the Pink Team document against the requirements and output a spreadsheet of non compliant findings by pws number, the goal of that pws section, what made it non compliant and your recommendations for recovery",
35
  "Red": "Produce a Red Team document based on the Pink Review by pws sections. Your goal is to be compliant and compelling by recovering all the findings in Pink Review",