AreesaAshfaq commited on
Commit
10bf10c
·
verified ·
1 Parent(s): 62815d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ else:
58
  web_paths=(url,),
59
  bs_kwargs=dict(
60
  parse_only=bs4.SoupStrainer(
61
- class_=("post-content", "post-title", "post-header")
62
  )
63
  ),
64
  )
 
58
  web_paths=(url,),
59
  bs_kwargs=dict(
60
  parse_only=bs4.SoupStrainer(
61
+ #class_=("post-content", "post-title", "post-header")
62
  )
63
  ),
64
  )