Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
311 |
-
st.write("
|
312 |
-
st.write("Considering both sides, the conflict likely stems from John perceiving
|
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 |
|