tx3bas commited on
Commit
b4b3df2
verified
1 Parent(s): ca12f8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;'><summary>Ver Resultados</summary>"
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