Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -229,10 +229,10 @@ async def start():
|
|
| 229 |
if res:
|
| 230 |
await wel_msg.remove()
|
| 231 |
await cl.Message(
|
| 232 |
-
content=f"User Proposal: {res['
|
| 233 |
).send()
|
| 234 |
|
| 235 |
-
user_proposal = res['
|
| 236 |
|
| 237 |
# populate the PRD template
|
| 238 |
prd_sys1 = format_template(PRD_PROMPT_TEMPLATE, user_proposal=user_proposal)
|
|
|
|
| 229 |
if res:
|
| 230 |
await wel_msg.remove()
|
| 231 |
await cl.Message(
|
| 232 |
+
content=f"User Proposal: {res['content']}.\n\nStarting...",
|
| 233 |
).send()
|
| 234 |
|
| 235 |
+
user_proposal = res['content']
|
| 236 |
|
| 237 |
# populate the PRD template
|
| 238 |
prd_sys1 = format_template(PRD_PROMPT_TEMPLATE, user_proposal=user_proposal)
|