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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def crypto_analysis(crypto_name: str) -> str:
61
  crypto_info = data["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(search_query)
66
 
67
  analysis = {
 
61
  crypto_info = data["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(search_query)
66
 
67
  analysis = {