sergiopaniego HF Staff commited on
Commit
6605a47
·
1 Parent(s): 558e522

Updated links and removed duplicated code init

Browse files
units/en/unit0/introduction.mdx CHANGED
@@ -67,8 +67,8 @@ To be able to follow this course, you should have:
67
 
68
  If you don't have any of these, don't worry! Here are some resources that can help you:
69
 
70
- * [LLM Course](https://huggingface.co/learn/llm-course/en/chapter1/10) will guide you through the basics of using and building with LLMs.
71
- * [Agents Course](https://huggingface.co/learn/agents-course/en/chapter1/10) will guide you through building AI agents with LLMs.
72
 
73
  <Tip>
74
 
 
67
 
68
  If you don't have any of these, don't worry! Here are some resources that can help you:
69
 
70
+ * [LLM Course](https://huggingface.co/learn/llm-course/) will guide you through the basics of using and building with LLMs.
71
+ * [Agents Course](https://huggingface.co/learn/agents-course/) will guide you through building AI agents with LLMs.
72
 
73
  <Tip>
74
 
units/en/unit2/gradio-client.mdx CHANGED
@@ -20,7 +20,7 @@ pip install smolagents[mcp] gradio[mcp] mcp
20
 
21
  Now, we can import the necessary libraries and create a simple Gradio interface that uses the MCP Client to connect to the MCP Server.
22
 
23
- ```python
24
  ```python
25
  import gradio as gr
26
 
 
20
 
21
  Now, we can import the necessary libraries and create a simple Gradio interface that uses the MCP Client to connect to the MCP Server.
22
 
23
+
24
  ```python
25
  import gradio as gr
26