awacke1 commited on
Commit
4d41dfd
·
verified ·
1 Parent(s): 2710b11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -309,14 +309,10 @@ elif choice == 'People Skills':
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
 
316
- import streamlit as st
317
- import random
318
- import time
319
-
320
  def stroop_test():
321
  colors = ["RED", "BLUE", "GREEN", "YELLOW"]
322
  color_text = ["blue", "green", "yellow", "red"]
 
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
 
 
 
 
 
316
  def stroop_test():
317
  colors = ["RED", "BLUE", "GREEN", "YELLOW"]
318
  color_text = ["blue", "green", "yellow", "red"]