diff --git a/Practical_sessions/Session_7/Subject_7_LLM.ipynb b/Practical_sessions/Session_7/Subject_7_LLM.ipynb
index ac18981e923be44b05998ee7238d0f5cbe72cfc2..d072a13b92dda2fdb72a257161f76e58252f2598 100644
--- a/Practical_sessions/Session_7/Subject_7_LLM.ipynb
+++ b/Practical_sessions/Session_7/Subject_7_LLM.ipynb
@@ -31,7 +31,7 @@
     "\n",
     "Before going further into experiments, you work is to understand the provided code, that gives an overview of using LLM with Hugging Face.\n",
     "\n",
-    "**This code is intentionally not commented. It is your responsibility to add all the necessary comments to ensure your proper understanding of the code.**\n",
+    "**This code is intentionally not commented. It is your objective to add all the necessary comments to ensure your proper understanding of the code.**\n",
     "\n",
     "You might frequently rely on [Hugging Face’s documentation](https://huggingface.co/docs).\n",
     "\n",
@@ -77,7 +77,11 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "### Then login to Hugging Face"
+    "### Log in to Hugging Face\n",
+    "\n",
+    "First, you need to create an account on [Hugging Face platform](https://huggingface.co/join).\n",
+    "\n",
+    "Then you can log in to your account directly from the notebook."
    ]
   },
   {