abhisheky127
commited on
Commit
•
8265117
1
Parent(s):
cd66250
Update app.py
Browse files
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(
|
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 |
|