skjaini commited on
Commit
1c7f0f2
·
verified ·
1 Parent(s): 1d3b1f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=2, # Increase verbosity for debugging
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