From 77d9a40f2bfa167131a433b947b70f10fce26b95 Mon Sep 17 00:00:00 2001 From: Akanksha Kale Date: Tue, 30 Apr 2024 21:31:57 +0530 Subject: [PATCH] Update app.py --- project/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/app.py b/project/app.py index 6de8a24..9e14f2e 100644 --- a/project/app.py +++ b/project/app.py @@ -70,4 +70,4 @@ else: print("One or more required fields are empty or invalid. Skipping article display.") -st.sidebar.markdown("

A NLP project by Akanksha Kale. Made for educational purposes only. Disclaimer: This project is intended for educational purposes only. Web scraping without proper authorization is not encourages or endorsed.

", unsafe_allow_html=True) \ No newline at end of file +st.markdown("

A NLP project by Akanksha Kale. Made for educational purposes only. Disclaimer: This project is intended for educational purposes only. Web scraping without proper authorization is not encourages or endorsed.

", unsafe_allow_html=True)