piotrekgrl commited on
Commit
3accd89
·
1 Parent(s): fe8007f

header update

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -4,7 +4,7 @@ from smolagents.tools import Tool
4
 
5
 
6
  HEADER = """ ## Python debugger for Agents
7
- The goal of the tool is to provide agents ability to debug and resolve bugs in code generated by LLMs.
8
  """
9
 
10
  ARTICLE_INTRO = """---
 
4
 
5
 
6
  HEADER = """ ## Python debugger for Agents
7
+ The goal of the tool is to enable agents to debug and resolve bugs in code generated by LLMs.
8
  """
9
 
10
  ARTICLE_INTRO = """---