ans123 commited on
Commit
66aa493
·
verified ·
1 Parent(s): 0e6321c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def real_time_tooltips(game_event):
49
  return chat_completion.choices[0].message.content.strip()
50
 
51
  # Function to fetch images and news for a team or player
52
- def fetch_news(query):
53
  url = "https://www.searchapi.io/api/v1/search"
54
  params = {
55
  "engine": "google",
 
49
  return chat_completion.choices[0].message.content.strip()
50
 
51
  # Function to fetch images and news for a team or player
52
+ def fetch_news_images(query):
53
  url = "https://www.searchapi.io/api/v1/search"
54
  params = {
55
  "engine": "google",