Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ def clean_body_content(html_content):
|
|
229 |
|
230 |
data = []
|
231 |
data.extend(context_data)
|
232 |
-
data.extend([item for item in text_only_chunks if item not in data])
|
233 |
#data.extend([item for item in chunked_texts if item not in data])
|
234 |
|
235 |
|
|
|
229 |
|
230 |
data = []
|
231 |
data.extend(context_data)
|
232 |
+
#data.extend([item for item in text_only_chunks if item not in data])
|
233 |
#data.extend([item for item in chunked_texts if item not in data])
|
234 |
|
235 |
|