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