luciagomez commited on
Commit
c5f38d7
·
verified ·
1 Parent(s): 46bfd69

another gradio fix

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -157,7 +157,7 @@ You can now download the ZIP file below.
157
 
158
 
159
  # ===========================================================
160
- # 🎨 GRADIO WEB APP (Gradio 6 FIXED)
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
- with gr.Box():
 
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 (GRADIO 6 FIX)
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__":