Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def parse_url(url):
|
|
17 |
paragraphs = [node.text() for node in parser.css('p')]
|
18 |
|
19 |
# Combine the extracted information into a single string
|
20 |
-
output =
|
21 |
{text_content}
|
22 |
|
23 |
Paragraphs:
|
|
|
17 |
paragraphs = [node.text() for node in parser.css('p')]
|
18 |
|
19 |
# Combine the extracted information into a single string
|
20 |
+
output = r"""Text Content:
|
21 |
{text_content}
|
22 |
|
23 |
Paragraphs:
|