vsrinivas commited on
Commit
644327d
1 Parent(s): e5d8850

Update funcs.py

Browse files
Files changed (1) hide show
  1. funcs.py +1 -1
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=gr.Chatbot(label="Therapy Session Conversation",value =[[None, 'Therapist: Hello, What can I do for you?']], height=300)
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