Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def process_document(contents: str, filename: str) -> str:
|
|
40 |
def generate_outline(text: str, instructions: str) -> str:
|
41 |
prompt = f"""
|
42 |
Analyze the following Project Work Statement (PWS) and create an outline
|
43 |
-
focusing on sections L&M. Extract the main headers, subheaders, and specific
|
44 |
requirements in each section. Pay special attention to requirements indicated
|
45 |
by words like "shall", "will", "must", and similar imperative language.
|
46 |
|
|
|
40 |
def generate_outline(text: str, instructions: str) -> str:
|
41 |
prompt = f"""
|
42 |
Analyze the following Project Work Statement (PWS) and create an outline
|
43 |
+
focusing on The section called something like Specific Tasks and apply the evaluation criteria from sections L&M. Extract the main headers, subheaders, and specific
|
44 |
requirements in each section. Pay special attention to requirements indicated
|
45 |
by words like "shall", "will", "must", and similar imperative language.
|
46 |
|