Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def preprocess_text(text):
65
  The preprocessed text.
66
  """
67
 
68
- # remove \n
69
  text = text.replace('\n', ' ')
70
 
71
  # get rid of characters that are ubiquitous
 
65
  The preprocessed text.
66
  """
67
 
68
+ # remove \n
69
  text = text.replace('\n', ' ')
70
 
71
  # get rid of characters that are ubiquitous