ericilavia commited on
Commit
e214b49
·
verified ·
1 Parent(s): b035eed

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
- param = param,
72
- on_activity = on_activity
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 {