rahulNenavath305 commited on
Commit
d5497a7
·
1 Parent(s): a8b955b

added warning text

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -48,6 +48,7 @@ def main() -> None:
48
  - Regex based text cleaning to remove characters like additional spaces, unicodes, tabs, and newline characters
49
  """
50
  )
 
51
 
52
  with right_col:
53
  st_lottie(lottie_animation, height=500)
 
48
  - Regex based text cleaning to remove characters like additional spaces, unicodes, tabs, and newline characters
49
  """
50
  )
51
+ st.warning(f'Note: Web scraping is highly dependent on the Article HTML structure. Hence one might have to further clean the scraped content')
52
 
53
  with right_col:
54
  st_lottie(lottie_animation, height=500)