Update funcs.py
Browse files
funcs.py
CHANGED
@@ -160,7 +160,7 @@ def summarize_and_recommend(therapy_session_conversation):
|
|
160 |
full_recommendations = full_recommendations.replace('User:', '').strip()
|
161 |
print("\n")
|
162 |
print("Full recommendations:", full_recommendations)
|
163 |
-
chatbox=
|
164 |
return full_summary, full_recommendations, chatbox
|
165 |
|
166 |
|
|
|
160 |
full_recommendations = full_recommendations.replace('User:', '').strip()
|
161 |
print("\n")
|
162 |
print("Full recommendations:", full_recommendations)
|
163 |
+
chatbox=[]
|
164 |
return full_summary, full_recommendations, chatbox
|
165 |
|
166 |
|