Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,8 +82,8 @@ agent = CodeAgent(
|
|
82 |
verbosity_level=3,
|
83 |
grammar=None,
|
84 |
planning_interval=None,
|
85 |
-
name="Content
|
86 |
-
description=
|
87 |
prompt_templates=combined_prompts,
|
88 |
additional_authorized_imports=["pytz"]
|
89 |
|
|
|
82 |
verbosity_level=3,
|
83 |
grammar=None,
|
84 |
planning_interval=None,
|
85 |
+
name="Content Classifier",
|
86 |
+
description="Use this agent classify text as polite or impolite through NLP ",
|
87 |
prompt_templates=combined_prompts,
|
88 |
additional_authorized_imports=["pytz"]
|
89 |
|