Spaces:
Sleeping
Sleeping
another gradio fix
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ You can now download the ZIP file below.
|
|
| 157 |
|
| 158 |
|
| 159 |
# ===========================================================
|
| 160 |
-
# 🎨 GRADIO WEB APP (
|
| 161 |
# ===========================================================
|
| 162 |
|
| 163 |
def run_extraction(url, max_links, depth):
|
|
@@ -174,7 +174,8 @@ Download the **text and PDFs from a website** and package everything into a ZIP
|
|
| 174 |
|
| 175 |
gr.Markdown("---")
|
| 176 |
|
| 177 |
-
|
|
|
|
| 178 |
gr.Markdown("## 🧭 How to use")
|
| 179 |
|
| 180 |
gr.Markdown("""
|
|
@@ -219,7 +220,7 @@ Download the **text and PDFs from a website** and package everything into a ZIP
|
|
| 219 |
|
| 220 |
|
| 221 |
# ===========================================================
|
| 222 |
-
# 🚀 ENTRY POINT
|
| 223 |
# ===========================================================
|
| 224 |
|
| 225 |
if __name__ == "__main__":
|
|
|
|
| 157 |
|
| 158 |
|
| 159 |
# ===========================================================
|
| 160 |
+
# 🎨 GRADIO WEB APP (GRADIO 6 SAFE)
|
| 161 |
# ===========================================================
|
| 162 |
|
| 163 |
def run_extraction(url, max_links, depth):
|
|
|
|
| 174 |
|
| 175 |
gr.Markdown("---")
|
| 176 |
|
| 177 |
+
# HOW TO USE SECTION (replaces Box)
|
| 178 |
+
with gr.Group():
|
| 179 |
gr.Markdown("## 🧭 How to use")
|
| 180 |
|
| 181 |
gr.Markdown("""
|
|
|
|
| 220 |
|
| 221 |
|
| 222 |
# ===========================================================
|
| 223 |
+
# 🚀 ENTRY POINT
|
| 224 |
# ===========================================================
|
| 225 |
|
| 226 |
if __name__ == "__main__":
|