1 from flask import Flask, render_template, jsonify
7 'water_temperature': [20, 19, 20, 21, 20],
8 'water_temperature_x': ['2018-05-20', '2018-05-21', '2018-05-22', '2018-05-23', '2018-05-24'],
9 'air_temperature': [27, 32, 26, 29, 30],
10 'air_temperature_x': ['2018-05-21', '2018-05-22', '2018-05-23', '2018-05-24', '2018-05-25'],
17 return render_template('seepark_web.html')