diff --git a/GUI_Tutorial.ipynb b/GUI_Tutorial.ipynb
index 130231269cd08cbb3f4d278b619e91b88ac08527..63e37c787ee14a4bb4fb6bf69aed06ac0022bb04 100644
--- a/GUI_Tutorial.ipynb
+++ b/GUI_Tutorial.ipynb
@@ -239,11 +239,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"
    ]