Spaces:
Sleeping
Sleeping
Update funcs.py
Browse files
funcs.py
CHANGED
@@ -97,7 +97,7 @@ def get_doc_response_emotions(self, user_message, therapy_session_conversation):
|
|
97 |
|
98 |
return '', therapy_session_conversation, emotions_msg
|
99 |
|
100 |
-
|
101 |
|
102 |
session_conversation = [item[0] for item in therapy_session_conversation]
|
103 |
|
|
|
97 |
|
98 |
return '', therapy_session_conversation, emotions_msg
|
99 |
|
100 |
+
def summarize_and_recommend(therapy_session_conversation):
|
101 |
|
102 |
session_conversation = [item[0] for item in therapy_session_conversation]
|
103 |
|