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