Make a new Flask route in your app.py file and create a new HTML template to display your data
Import the relevant library to the flask app
Read temperature, humidity, and pressure from the pi and pass that data to the template
Use a Python dictionary to package the data for the template
In the HTML file, use Jinja to display the data
Add if/else Jinja statements to change colors based on the data (red for hot, etc.)