Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,9 +53,9 @@ def generate_loe(document: str, is_file: bool = False) -> Tuple[str, pd.DataFram
|
|
| 53 |
{document}
|
| 54 |
|
| 55 |
For each section header in the document:
|
| 56 |
-
1. Identify
|
| 57 |
2. Determine the appropriate labor categories for each task
|
| 58 |
-
3. Estimate the number of hours required for each labor category to complete the task
|
| 59 |
|
| 60 |
Provide a detailed breakdown and then summarize the information in a tabular format with the following columns:
|
| 61 |
- Task Summary
|
|
|
|
| 53 |
{document}
|
| 54 |
|
| 55 |
For each section header in the document:
|
| 56 |
+
1. Identify each and every task to be completed from the document from each heading
|
| 57 |
2. Determine the appropriate labor categories for each task
|
| 58 |
+
3. Generously Over Estimate the number of hours required for each labor category to complete the task as management reserve is needed
|
| 59 |
|
| 60 |
Provide a detailed breakdown and then summarize the information in a tabular format with the following columns:
|
| 61 |
- Task Summary
|