thisisdev commited on
Commit
29741cc
·
verified ·
1 Parent(s): 29d2b4d

Update src/streamlit_app.py

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