CryptoScoutv1 commited on
Commit
d1bf1ca
·
verified ·
1 Parent(s): 4e1ec6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def create_crewai_crypto_setup(crypto_symbol):
80
  tools=[search.pricetargets_search,
81
  search.forecast_search,
82
  search.technicalsignals_search,
83
- process],
84
  agent=research_agent,
85
  )
86
 
 
80
  tools=[search.pricetargets_search,
81
  search.forecast_search,
82
  search.technicalsignals_search,
83
+ process_results],
84
  agent=research_agent,
85
  )
86