Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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">
|
| 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 |
|