Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -71,7 +71,7 @@ async def deep_research(query: str, max_depth: int, time_limit: int, max_urls: i
|
|
| 71 |
resp = firecrawl_app.deep_research(
|
| 72 |
query = query,
|
| 73 |
on_activity = on_activity,
|
| 74 |
-
**params
|
| 75 |
)
|
| 76 |
|
| 77 |
return {
|
|
|
|
| 71 |
resp = firecrawl_app.deep_research(
|
| 72 |
query = query,
|
| 73 |
on_activity = on_activity,
|
| 74 |
+
# **params
|
| 75 |
)
|
| 76 |
|
| 77 |
return {
|