UKURIKIYEYEZU commited on
Commit
8a7aa1d
·
verified ·
1 Parent(s): 30b4e97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -229,8 +229,8 @@ 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
 
236
 
 
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
 
236