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