eaglelandsonce commited on
Commit
166df92
1 Parent(s): f89faf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ def run_therapy_session(group_size, topic):
49
 
50
  # Simulating a conversation (placeholder, adjust based on CrewAI capabilities)
51
  conversation = "\n".join([f"{participant.role.split(' - ')[-1]}: [Participant's thoughts on '{topic}']" for participant in participants])
52
-
53
- return conversation
54
 
55
  # Gradio interface
56
  iface = gr.Interface(
 
49
 
50
  # Simulating a conversation (placeholder, adjust based on CrewAI capabilities)
51
  conversation = "\n".join([f"{participant.role.split(' - ')[-1]}: [Participant's thoughts on '{topic}']" for participant in participants])
52
+
53
+ return result
54
 
55
  # Gradio interface
56
  iface = gr.Interface(