doctorlinux commited on
Commit
5399f78
·
verified ·
1 Parent(s): 7791411

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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;">🚀 TEST DE VELOCIDAD CON IA</h1>
214
- <p style="color: black !important; margin: 5px 0; font-size: 16px;">DoctorLinux.com - Análisis Inteligente</p>
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
  """)