diff --git a/3-Web-App/README.md b/3-Web-App/README.md
index 7ccef343..771bbc61 100644
--- a/3-Web-App/README.md
+++ b/3-Web-App/README.md
@@ -1,7 +1,12 @@
-# Build a Web App to use your ML Model
+# Build a web app to use your ML model
In this section of the curriculum, you will be introduced to an applied ML topic: how to save your Scikit-learn model as a file that can be used to make predictions within a web application. Once the model is saved, you'll learn how to use it in a web app built in Flask. You'll first create a model using some data that's all about UFO sightings! Then, you'll build a web app that will allow you to input a number of seconds with a latitude and a longitude value to predict which country reported seeing a UFO.
+![UFO Parking](images/ufo.jpg)
+
+Photo by Michael Herren on Unsplash
+
+
## Lessons
1. [Build a Web App](1-Web-App/README.md)
diff --git a/3-Web-App/images/ufo.jpg b/3-Web-App/images/ufo.jpg
new file mode 100644
index 00000000..69e89551
Binary files /dev/null and b/3-Web-App/images/ufo.jpg differ