parthkohli92/News-Summarizer ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app that lets someone paste in any news article and choose how long they want the summary to be. I want it to turn a long article into a short, clear paragraph using a good NLP model, ideally the BART CNN style summarizer from Hugging Face.
Make the interface clean and easy to use, with a text box for the article and a way to pick a summary length from about 30 words up to 700 words. After the user submits, show the summarized result on the page in a neat readable format. If you can, keep the app lightweight and easy to run locally, and make sure the design looks polished with basic HTML and CSS. Use Python for the backend, and if you need to check current model or deployment details, look them up online.