Wajahat698 commited on
Commit
6fe8f4c
·
verified ·
1 Parent(s): 0cacd4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1035,7 +1035,6 @@ def google_search(query):
1035
  "q": query, # Query
1036
  "sort": "date", # Sort by latest date
1037
  "hl": "en", # Language set to English
1038
- "gl": "us" # Country/region set to US
1039
  }
1040
 
1041
  # Perform the search
 
1035
  "q": query, # Query
1036
  "sort": "date", # Sort by latest date
1037
  "hl": "en", # Language set to English
 
1038
  }
1039
 
1040
  # Perform the search