diff --git a/apps/chatbot-kickstarter/powering_your_products_with_chatgpt_and_your_data.ipynb b/apps/chatbot-kickstarter/powering_your_products_with_chatgpt_and_your_data.ipynb index f7c1fbc..5088bd0 100644 --- a/apps/chatbot-kickstarter/powering_your_products_with_chatgpt_and_your_data.ipynb +++ b/apps/chatbot-kickstarter/powering_your_products_with_chatgpt_and_your_data.ipynb @@ -285,7 +285,7 @@ "outputs": [], "source": [ "# The transformers.py file contains all of the transforming functions, including ones to chunk, embed and load data\n", - "# For more details the file and work through each function individually\n", + "# For more details, check the file and work through each function individually\n", "from transformers import handle_file_string" ] },