thisisdev commited on
Commit
7b43f2c
·
verified ·
1 Parent(s): 8aa94cd

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -76,7 +76,7 @@ async def deep_research(query: str, max_depth: int, time_limit: int, max_urls: i
76
 
77
  return {
78
  "success" : True,
79
- "final_analysis" : resp["data"]["finalAnalysis"]
80
  "sources_count": len(resp["data"]["sources"]),
81
  "sources":resp["data"]["sources"]
82
  }
 
76
 
77
  return {
78
  "success" : True,
79
+ "final_analysis" : resp["data"]["finalAnalysis"],
80
  "sources_count": len(resp["data"]["sources"]),
81
  "sources":resp["data"]["sources"]
82
  }