abdulmatinomotoso commited on
Commit
8032e6a
1 Parent(s): 036b597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def read_in_text(url):
12
  return article
13
 
14
  def clean_text(url):
15
- text = read_in_text(url)
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