Shashank1406 commited on
Commit
c081abe
1 Parent(s): 76bfe4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ user_story_template = """Given the project details with the following parameters
56
  **RFP details:**
57
  {rfp_details}
58
 
59
- As a business analyst, analyze the given RFP details to delineate epics for the project. Break down the epic into features and features into individual requirements, adhering to the agile software development INVEST principles. Subsequently, generate user stories based fo each requirement. Ensure each story follows the "As a, I want to, So that" format and strictly avoid combining stories together.
60
 
61
  **Examples**
62
 
 
56
  **RFP details:**
57
  {rfp_details}
58
 
59
+ As a business analyst, analyze the given RFP details to delineate epics for the project. Break down the epics into features and features into individual requirements, adhering to the agile software development INVEST principles. Subsequently, generate user stories for each requirement. Ensure each story follows the "As a, I want to, So that" format and strictly avoid combining stories together.
60
 
61
  **Examples**
62