DrishtiSharma
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ write = Task(
|
|
109 |
"1. Use the Business Consultant's plan to write a professional document for {topic}.\n"
|
110 |
"2. Structure the content with engaging sections and visuals.\n"
|
111 |
"3. Ensure alignment with the stakeholder's goals.\n"
|
112 |
-
"4. Limit the document to
|
113 |
),
|
114 |
expected_output="A professional document tailored for {stakeholder}.",
|
115 |
agent=writer
|
|
|
109 |
"1. Use the Business Consultant's plan to write a professional document for {topic}.\n"
|
110 |
"2. Structure the content with engaging sections and visuals.\n"
|
111 |
"3. Ensure alignment with the stakeholder's goals.\n"
|
112 |
+
"4. Limit the document to 400 words."
|
113 |
),
|
114 |
expected_output="A professional document tailored for {stakeholder}.",
|
115 |
agent=writer
|