tx3bas commited on
Commit
1c0f42b
verified
1 Parent(s): 8ca7a01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "font-size:19px; 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}"
 
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}"