Laurine Sottani commited on
Commit
12d99e1
Β·
1 Parent(s): 15a92fe
Files changed (1) hide show
  1. webscraping_cleaning.py +1 -1
webscraping_cleaning.py CHANGED
@@ -87,7 +87,7 @@ def process(url: str, out_name: str) -> str:
87
  return out_path
88
 
89
  with gr.Blocks(title="Web β†’ Markdown") as demo:
90
- gr.Markdown("#🌐 WebDetox β€” le soin purifiant du web vers Markdown")
91
  with gr.Row():
92
  with gr.Column():
93
  url_in = gr.Textbox(label="URL Γ  scraper")
 
87
  return out_path
88
 
89
  with gr.Blocks(title="Web β†’ Markdown") as demo:
90
+ gr.Markdown("# 🌐 WebDetox β€” le soin purifiant du web vers Markdown")
91
  with gr.Row():
92
  with gr.Column():
93
  url_in = gr.Textbox(label="URL Γ  scraper")