eong commited on
Commit
ff94198
·
verified ·
1 Parent(s): ea450e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def crypto_analysis(crypto_name: str) -> str:
62
 
63
  # get search results
64
  search_query = f"Get the latest analysis trends for the following cryptocurrency: {crypto_info['name']}"
65
- search.results = search_tool.search(search_query)
66
 
67
  analysis = {
68
  "crypto_data": {
 
62
 
63
  # get search results
64
  search_query = f"Get the latest analysis trends for the following cryptocurrency: {crypto_info['name']}"
65
+ search.results = search_tool(search_query)
66
 
67
  analysis = {
68
  "crypto_data": {