cmagganas commited on
Commit
060f9a5
1 Parent(s): dd5abd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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['output']}.\n\nStarting...",
233
  ).send()
234
 
235
- user_proposal = res['output']
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)