Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,9 +89,9 @@ iface = gr.Interface(
|
|
89 |
fn=canibalizacion_interface,
|
90 |
inputs=["text", "text"],
|
91 |
outputs="html",
|
92 |
-
title="
|
93 |
-
description="Encuentra posibles canibalizaciones y parasitaciones en Google a partir de una URL y una palabra clave
|
94 |
-
article="<p style='text-align:center !important;'>Desarrollada por <a style='text-decoration:none !important;color
|
95 |
)
|
96 |
|
97 |
iface.launch()
|
|
|
89 |
fn=canibalizacion_interface,
|
90 |
inputs=["text", "text"],
|
91 |
outputs="html",
|
92 |
+
title="<div style='margin:0 auto;text-align:center'><div style='margin:0 auto;text-align:center'><img style='width:60px;display: inline-table;margin-bottom:-10px' src='https://artxeweb.com/media/files/canibal.jpg'><p>Canibal SEO</p></div>",
|
93 |
+
description="<p style='margin-bottom:10px;text-align:center;background: #ffffff; padding: 8px; border-radius: 8px; border-width: 1px; border: solid 1px #e5e7eb;'>Encuentra posibles canibalizaciones y parasitaciones en Google a partir de una URL y una palabra clave.</p>",
|
94 |
+
article="<div style='margin-top:10px'><p style='text-align: center !important; background: #ffffff; padding: 5px 30px; border-radius: 8px; border-width: 1px; border: solid 1px #e5e7eb; width: fit-content; margin: auto;'>Desarrollada por <a style='text-decoration: none !important; color: #e12a31 !important;' href='https://artxeweb.com'>© Artxe Web</a></p></div>"
|
95 |
)
|
96 |
|
97 |
iface.launch()
|