doctorlinux commited on
Commit
b57b66c
·
verified ·
1 Parent(s): a8aa8a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ with gr.Blocks(css=CSS_FIJO, theme=gr.themes.Base()) as demo:
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
  """)
218
 
 
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;">💡 PinGoo mide la calidad, no solo la cantidad.</p>
216
  </div>
217
  """)
218