Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def buscar_google(query, dominio, hl='es', num_results=100):
|
|
| 23 |
|
| 24 |
table_html = "<table border='1'><tr><th>Posici贸n</th><th>T铆tulo</th><th>URL</th></tr>"
|
| 25 |
|
| 26 |
-
estilo = "
|
| 27 |
|
| 28 |
for start in range(0, num_results, 10):
|
| 29 |
url = f"https://www.google.com/search?q={query}&hl={hl}&start={start}"
|
|
|
|
| 23 |
|
| 24 |
table_html = "<table border='1'><tr><th>Posici贸n</th><th>T铆tulo</th><th>URL</th></tr>"
|
| 25 |
|
| 26 |
+
estilo = "color: #ed4b4b;"
|
| 27 |
|
| 28 |
for start in range(0, num_results, 10):
|
| 29 |
url = f"https://www.google.com/search?q={query}&hl={hl}&start={start}"
|