Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ if st.button("Submit Inquiry"):
|
|
135 |
agents=[inventory_specialist, communication_specialist],
|
136 |
tasks=[inventory_task, communication_task],
|
137 |
process=Process.sequential, # Important: Run tasks in sequence
|
138 |
-
verbose=
|
139 |
)
|
140 |
|
141 |
# Run the Crew
|
|
|
135 |
agents=[inventory_specialist, communication_specialist],
|
136 |
tasks=[inventory_task, communication_task],
|
137 |
process=Process.sequential, # Important: Run tasks in sequence
|
138 |
+
verbose=True, # Increase verbosity for debugging
|
139 |
)
|
140 |
|
141 |
# Run the Crew
|