SatyamSinghal commited on
Commit
5e06b40
·
verified ·
1 Parent(s): c9e528b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="YOUR_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