wu981526092 commited on
Commit
c9641f9
·
1 Parent(s): 6050414
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -199,13 +199,7 @@ def sidebar_components():
199
 
200
  question_templates = [
201
  "What are the main risks associated with {}’s profile?",
202
- "What are the implications of {}’s profile for working with others?",
203
- "What conclusions might we draw from his profile about {}’s style of leadership?",
204
- "Looking specifically at {}'s Red Flags, are there any particular areas of concern?",
205
- "Based on this profile, is {} better suited as a COO or a CEO?",
206
- "If speed of execution is important, based on his profile, how likely is {} to be able to achieve this?",
207
- "How is {} likely to react to business uncertainty and disruption?",
208
- "Based on his profile, what should a coaching plan designed for {} focus on?"
209
  ]
210
 
211
  questions_list = [question.format("Test Taker") for question in question_templates]
 
199
 
200
  question_templates = [
201
  "What are the main risks associated with {}’s profile?",
202
+ "What are the implications of {}’s profile for working with others?"
 
 
 
 
 
 
203
  ]
204
 
205
  questions_list = [question.format("Test Taker") for question in question_templates]