Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = {
|