abhisheky127 commited on
Commit
8265117
1 Parent(s): cd66250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def preprocess(text):
68
  # Convert to lowercase
69
  cleaned_text = cleaned_text.lower()
70
 
71
- cleaned_text = get_google_description(doc)
72
 
73
  return cleaned_text
74
 
 
68
  # Convert to lowercase
69
  cleaned_text = cleaned_text.lower()
70
 
71
+ cleaned_text = get_google_description(cleaned_text)
72
 
73
  return cleaned_text
74