bluenevus commited on
Commit
7f101a0
·
verified ·
1 Parent(s): a134b3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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