Spaces:
Runtime error
Runtime error
Commit
·
d5497a7
1
Parent(s):
a8b955b
added warning text
Browse files
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)
|