Spaces:
Sleeping
Sleeping
allow customer research
Browse files- classes.py +1 -1
classes.py
CHANGED
@@ -2,7 +2,7 @@ class SessionState:
|
|
2 |
session_stage = ""
|
3 |
do_evaluation = False
|
4 |
do_opportunity_analysis = True
|
5 |
-
do_customer_research =
|
6 |
do_objections = False
|
7 |
add_objections_to_analysis = True
|
8 |
ask_objections = True
|
|
|
2 |
session_stage = ""
|
3 |
do_evaluation = False
|
4 |
do_opportunity_analysis = True
|
5 |
+
do_customer_research = True
|
6 |
do_objections = False
|
7 |
add_objections_to_analysis = True
|
8 |
ask_objections = True
|