DrishtiSharma commited on
Commit
0a4fdbe
·
verified ·
1 Parent(s): 0fc0c50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ if uploaded_file:
98
  crew = Crew(
99
  agents=[researcher, writer],
100
  tasks=[task1, task2],
101
- verbose=2,
102
  )
103
 
104
  if st.button("Kickoff Analysis"):
 
98
  crew = Crew(
99
  agents=[researcher, writer],
100
  tasks=[task1, task2],
101
+ verbose=True,
102
  )
103
 
104
  if st.button("Kickoff Analysis"):