raffaeleterribile commited on
Commit
ae1cdd6
·
verified ·
1 Parent(s): 01d19be

Ripristina commento

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def invert_sentence_tool(sentence: str) -> str:
36
  """
37
  return sentence[::-1]
38
 
39
- # --- First Agent Definition TEST ---
40
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
41
  class FirstAgent:
42
  ### First Agent is the first attempt to develop an agent for the course. ###
 
36
  """
37
  return sentence[::-1]
38
 
39
+ # --- First Agent Definition ---
40
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
41
  class FirstAgent:
42
  ### First Agent is the first attempt to develop an agent for the course. ###