Spaces:
Runtime error
Runtime error
Update helper.py
Browse files
helper.py
CHANGED
@@ -141,4 +141,4 @@ def url_correction(text: str) -> str:
|
|
141 |
links = re.findall(pattern, text)
|
142 |
for link in links:
|
143 |
text = text.replace(link, " " + link + " ")
|
144 |
-
return text
|
|
|
141 |
links = re.findall(pattern, text)
|
142 |
for link in links:
|
143 |
text = text.replace(link, " " + link + " ")
|
144 |
+
return text
|