diff --git a/GUI_Tutorial.ipynb b/GUI_Tutorial.ipynb
index fa8b1c55a2b2113e4a382c779c0b516a4180b3fb..023be909c2ca2a7a4b3288a5289d85b43a26ad06 100644
--- a/GUI_Tutorial.ipynb
+++ b/GUI_Tutorial.ipynb
@@ -188,11 +188,9 @@
    "id": "17bf993f",
    "metadata": {},
    "source": [
-    "An example of a question could be, what is the conclusion of the sentence.....\n",
+    "An example of a question could be, what is the conclusion of the sentence: Today will be a good day.\n",
     "\n",
-    "Today will be a good day. \n",
-    "\n",
-    "For that you would be using a text generation model called GPT-2 and the example given user's Text Interface. \n",
+    "A user could use Gardio to create an input field, then use the information from that field to generate a response.  For example, the input could be sent to a text generation model such as GPT-2 to generate a response. \n",
     "\n",
     "For a visual from data, you could create a cat/dog image classification model and Gradio demo to upload new images for class prediction. The model will be a Keras convolutional neural network (CNN) that would be trained on images of cats and dogs as features and their class names as labels"
    ]