How to display csv data in tabular form in Flask Python?

Solution
@app.route('/upload',  methods=['POST', 'GET'])
def uploadFile():
    ...