Spaces:
Build error
Build error
Commit
·
166df92
1
Parent(s):
f89faf3
Update app.py
Browse files
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
|
| 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(
|