Spaces:
Runtime error
Runtime error
abdulmatinomotoso
commited on
Commit
•
8032e6a
1
Parent(s):
036b597
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def read_in_text(url):
|
|
12 |
return article
|
13 |
|
14 |
def clean_text(url):
|
15 |
-
text =
|
16 |
#converting the text to all lower case
|
17 |
text = text.lower()
|
18 |
|
|
|
12 |
return article
|
13 |
|
14 |
def clean_text(url):
|
15 |
+
text = url
|
16 |
#converting the text to all lower case
|
17 |
text = text.lower()
|
18 |
|