UKURIKIYEYEZU commited on
Commit
919d528
·
verified ·
1 Parent(s): cba34a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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