Lukeetah commited on
Commit
f7c2e2a
·
verified ·
1 Parent(s): 86a61ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="🕸️ Web Scrape
208
  gr.HTML("""
209
  <div class="app-header">
210
  <h3 class="color: var(--primary-color); font-weight: 700; margin-bottom: 1rem;"e">🕸️ Web Scraper Tool</h3>
211
- <p class="app-subtitle"> Extrae contenido de páginas web y conviértelo a formatos compatibles con Microsoft Copilot</p>
212
  </div>
213
  """)
214
 
 
208
  gr.HTML("""
209
  <div class="app-header">
210
  <h3 class="color: var(--primary-color); font-weight: 700; margin-bottom: 1rem;"e">🕸️ Web Scraper Tool</h3>
211
+ <p class="app-subtitle"> Extraer contenido de páginas web y convertirlo a formatos TXT o PDF</p>
212
  </div>
213
  """)
214