Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -68,8 +68,8 @@ async def deep_research(query: str, max_depth: int, time_limit: int, max_urls: i
|
|
| 68 |
with st.spinner("Performing Deep Research..."):
|
| 69 |
resp = firecrawl_app.deep_research(
|
| 70 |
query = query,
|
| 71 |
-
|
| 72 |
-
|
| 73 |
)
|
| 74 |
|
| 75 |
return {
|
|
|
|
| 68 |
with st.spinner("Performing Deep Research..."):
|
| 69 |
resp = firecrawl_app.deep_research(
|
| 70 |
query = query,
|
| 71 |
+
on_activity = on_activity,
|
| 72 |
+
**params
|
| 73 |
)
|
| 74 |
|
| 75 |
return {
|