Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def market_analysis_agent(user_input, history=[]):
|
|
121 |
# Check if the query is related to cryptocurrency
|
122 |
if "bitcoin" in user_input.lower() or "crypto" in user_input.lower():
|
123 |
# Trigger the fetch_crypto_trends function
|
124 |
-
crypto_data = fetch_crypto_trends(symbol="BTC", market="USD", api_key="
|
125 |
formatted_response = format_response(crypto_data)
|
126 |
else:
|
127 |
# Handle other predefined market queries
|
|
|
121 |
# Check if the query is related to cryptocurrency
|
122 |
if "bitcoin" in user_input.lower() or "crypto" in user_input.lower():
|
123 |
# Trigger the fetch_crypto_trends function
|
124 |
+
crypto_data = fetch_crypto_trends(symbol="BTC", market="USD", api_key="G3NRIAU5OWJZXS2E")
|
125 |
formatted_response = format_response(crypto_data)
|
126 |
else:
|
127 |
# Handle other predefined market queries
|