MegaTronX commited on
Commit
0508087
·
verified ·
1 Parent(s): b25b52b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = f"""Text Content:
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: