bluenevus commited on
Commit
c9922d7
·
verified ·
1 Parent(s): af63a14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -29,11 +29,12 @@ document_type = None
29
  document_types = {
30
  "Shred": "Generate a requirements outline of the Project Work Statement (PWS) identified by action words like shall, will, perform etc.",
31
  "Pink": "Create a Pink Team document based on the PWS outline",
32
- "P_Review": "Evaluate compliance of the Pink Team document",
33
  "Red": "Generate a Red Team document based on the P.Review",
34
- "R_Review": "Evaluate compliance of the Red Team document",
35
  "Gold": "Create a Pink Team document based on the PWS outline",
36
- "G_Review": "Perform a final compliance review",
 
37
  "LOE": "Generate a Level of Effort (LOE) breakdown as a spreadsheet"
38
  }
39
 
 
29
  document_types = {
30
  "Shred": "Generate a requirements outline of the Project Work Statement (PWS) identified by action words like shall, will, perform etc.",
31
  "Pink": "Create a Pink Team document based on the PWS outline",
32
+ "Pink Review": "Evaluate compliance of the Pink Team document",
33
  "Red": "Generate a Red Team document based on the P.Review",
34
+ "Red Review": "Evaluate compliance of the Red Team document",
35
  "Gold": "Create a Pink Team document based on the PWS outline",
36
+ "Gold Review": "Perform a final compliance review",
37
+ "Compliance Check": "Perform a final compliance review",
38
  "LOE": "Generate a Level of Effort (LOE) breakdown as a spreadsheet"
39
  }
40