Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,13 +27,14 @@ document_type = None
|
|
| 27 |
|
| 28 |
# Document types and their descriptions
|
| 29 |
document_types = {
|
| 30 |
-
"Shred": "Generate
|
| 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 |
"G_Review": "Perform a final compliance review",
|
| 36 |
-
"LOE": "Generate a Level of Effort (LOE) breakdown"
|
| 37 |
}
|
| 38 |
|
| 39 |
app.layout = dbc.Container([
|
|
|
|
| 27 |
|
| 28 |
# Document types and their descriptions
|
| 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 |
|
| 40 |
app.layout = dbc.Container([
|