Laurine Sottani
commited on
Commit
Β·
12d99e1
1
Parent(s):
15a92fe
minor fix
Browse files- 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("
|
| 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")
|