How to resolve Internal server error in flask and summary not fetched error in a text summarizer application that I’m trying to build?
I’m building a simple text summarizer using HTML , CSS and Flask. It is a simple web application that I’m trying to build, it should give summary when .txt file is uploaded but I’m getting internal server error in flask and in index.html (when I hit summarize button ) I’m getting summary not fetched error.
Am I missing something? Can anybody solve this error?