Relative Content

Tag Archive for pythoncsvflask

Create a download link for generated CSV file in flask

I have a Python web application where user upload an image and the code is generating a CSV from that image. What i need is to return that csv to app.py and display it on the frontend for user to download it. How i achieve that?