Ani14 commited on
Commit
d2b3f7c
·
verified ·
1 Parent(s): 18a5d61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -34,7 +34,6 @@ async def run_research_with_logs(query, report_type, source, tone, fmt, log_call
34
  report_source=source,
35
  report_format=fmt,
36
  tone=tone,
37
- log_fn=log_callback
38
  )
39
  await agent.conduct_research()
40
  report = await agent.write_report()
 
34
  report_source=source,
35
  report_format=fmt,
36
  tone=tone,
 
37
  )
38
  await agent.conduct_research()
39
  report = await agent.write_report()