Update funcs.py
Browse files
funcs.py
CHANGED
|
@@ -70,7 +70,7 @@ def generate_triggers_img(items):
|
|
| 70 |
triggers_img = Image.open('triggeres.png')
|
| 71 |
return triggers_img
|
| 72 |
|
| 73 |
-
def get_doc_response_emotions(
|
| 74 |
user_messages = []
|
| 75 |
user_messages.append(user_message)
|
| 76 |
emotion_set = detect_emotions(user_message)
|
|
|
|
| 70 |
triggers_img = Image.open('triggeres.png')
|
| 71 |
return triggers_img
|
| 72 |
|
| 73 |
+
def get_doc_response_emotions(user_message, therapy_session_conversation):
|
| 74 |
user_messages = []
|
| 75 |
user_messages.append(user_message)
|
| 76 |
emotion_set = detect_emotions(user_message)
|