Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -210,8 +210,8 @@ with gr.Blocks(css=CSS_FIJO, theme=gr.themes.Base()) as demo:
|
|
| 210 |
# HEADER
|
| 211 |
gr.HTML("""
|
| 212 |
<div style="text-align: center; background: white; padding: 20px; border-bottom: 3px solid #007bff;">
|
| 213 |
-
<h1 style="color: black !important; margin: 0; font-size: 28px;">🚀
|
| 214 |
-
<p style="color: black !important; margin: 5px 0; font-size:
|
| 215 |
<p style="color: #666 !important; margin: 0; font-size: 14px;">Texto visible en todos los navegadores</p>
|
| 216 |
</div>
|
| 217 |
""")
|
|
|
|
| 210 |
# HEADER
|
| 211 |
gr.HTML("""
|
| 212 |
<div style="text-align: center; background: white; padding: 20px; border-bottom: 3px solid #007bff;">
|
| 213 |
+
<h1 style="color: black !important; margin: 0; font-size: 28px;">🚀 PinGoo</h1>
|
| 214 |
+
<p style="color: black !important; margin: 5px 0; font-size: 20px;">Test de Velocidad con IA</p>
|
| 215 |
<p style="color: #666 !important; margin: 0; font-size: 14px;">Texto visible en todos los navegadores</p>
|
| 216 |
</div>
|
| 217 |
""")
|