Spaces:
Sleeping
Sleeping
remove emojis in app
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ def run_extraction(url, max_links, depth):
|
|
| 167 |
with gr.Blocks(title="Website Content Extractor") as app:
|
| 168 |
|
| 169 |
gr.Markdown("""
|
| 170 |
-
#
|
| 171 |
|
| 172 |
Download the **text and PDFs from a website** and package everything into a ZIP file.
|
| 173 |
""")
|
|
@@ -176,7 +176,7 @@ Download the **text and PDFs from a website** and package everything into a ZIP
|
|
| 176 |
|
| 177 |
# HOW TO USE SECTION (replaces Box)
|
| 178 |
with gr.Group():
|
| 179 |
-
gr.Markdown("##
|
| 180 |
|
| 181 |
gr.Markdown("""
|
| 182 |
1️⃣ Enter a website homepage
|
|
@@ -184,7 +184,6 @@ Download the **text and PDFs from a website** and package everything into a ZIP
|
|
| 184 |
3️⃣ Click **Start Extraction**
|
| 185 |
4️⃣ Download your ZIP file
|
| 186 |
|
| 187 |
-
⚠️ Large sites may take several minutes.
|
| 188 |
""")
|
| 189 |
|
| 190 |
gr.Markdown("---")
|
|
|
|
| 167 |
with gr.Blocks(title="Website Content Extractor") as app:
|
| 168 |
|
| 169 |
gr.Markdown("""
|
| 170 |
+
# Website Content & PDF Extractor
|
| 171 |
|
| 172 |
Download the **text and PDFs from a website** and package everything into a ZIP file.
|
| 173 |
""")
|
|
|
|
| 176 |
|
| 177 |
# HOW TO USE SECTION (replaces Box)
|
| 178 |
with gr.Group():
|
| 179 |
+
gr.Markdown("## How to use")
|
| 180 |
|
| 181 |
gr.Markdown("""
|
| 182 |
1️⃣ Enter a website homepage
|
|
|
|
| 184 |
3️⃣ Click **Start Extraction**
|
| 185 |
4️⃣ Download your ZIP file
|
| 186 |
|
|
|
|
| 187 |
""")
|
| 188 |
|
| 189 |
gr.Markdown("---")
|