awacke1 commited on
Commit
2710b11
·
verified ·
1 Parent(s): 092c1f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -307,9 +307,9 @@ elif choice == 'People Skills':
307
  perspective2 = st.text_area("Describe Mary's perspective")
308
 
309
  if perspective1 and perspective2:
310
- st.write("John's perspective likely centers around feeling overwhelmed, frustrated that a flaw was found last-minute after so much hard work, and possibly betrayed or attacked by Mary's feedback. He may feel Mary was being overly critical or should have brought this up sooner.")
311
- st.write("Mary's perspective is likely that she was just trying to help ensure the project's success, not attack John. She was doing her job by providing feedback, and didn't intend for it to be last-minute - she may have only just noticed the issue. She seems surprised John took it so personally.")
312
- st.write("Considering both sides, the conflict likely stems from John perceiving Mary's feedback as a personal slight due to the stress and personal investment he had in the project. Mary didn't intend it that way, but could perhaps work on delivering constructive criticism
313
 
314
 
315
 
 
307
  perspective2 = st.text_area("Describe Mary's perspective")
308
 
309
  if perspective1 and perspective2:
310
+ st.write("Johns perspective likely centers around feeling overwhelmed, frustrated that a flaw was found last-minute after so much hard work, and possibly betrayed or attacked by Mary's feedback. He may feel Mary was being overly critical or should have brought this up sooner.")
311
+ st.write("Marys perspective is likely that she was just trying to help ensure the projects success, not attack John. She was doing her job by providing feedback, and didn't intend for it to be last-minute - she may have only just noticed the issue. She seems surprised John took it so personally.")
312
+ st.write("Considering both sides, the conflict likely stems from John perceiving Marys feedback as a personal slight due to the stress and personal investment he had in the project. Mary didnt intend it that way, but could perhaps work on delivering constructive criticism
313
 
314
 
315