Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ agent = CodeAgent(
|
|
| 83 |
grammar=None,
|
| 84 |
planning_interval=None,
|
| 85 |
name="Content Classifier",
|
| 86 |
-
description="
|
| 87 |
prompt_templates=combined_prompts,
|
| 88 |
additional_authorized_imports=["pytz"]
|
| 89 |
|
|
|
|
| 83 |
grammar=None,
|
| 84 |
planning_interval=None,
|
| 85 |
name="Content Classifier",
|
| 86 |
+
description="Evaluates whether text is polite or impolite.",
|
| 87 |
prompt_templates=combined_prompts,
|
| 88 |
additional_authorized_imports=["pytz"]
|
| 89 |
|