Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def buscar_google(query, dominio, hl='es', num_results=100):
|
|
76 |
|
77 |
mensaje_completo = f"Posici贸n: {emoji}<br>{mensaje}"
|
78 |
html_output = f"<div><b>{mensaje_completo}</b></div>"
|
79 |
-
html_output += "<details style='padding: 10px; background: #f3f3f3; border: solid 0; border-radius: 8px; margin-top: 10px;'
|
80 |
html_output += table_html
|
81 |
html_output += "</details>"
|
82 |
|
|
|
76 |
|
77 |
mensaje_completo = f"Posici贸n: {emoji}<br>{mensaje}"
|
78 |
html_output = f"<div><b>{mensaje_completo}</b></div>"
|
79 |
+
html_output += "<details style='padding: 10px; background: #f3f3f3; border: solid 0; border-radius: 8px; margin-top: 10px;'>"
|
80 |
html_output += table_html
|
81 |
html_output += "</details>"
|
82 |
|