Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|