yetessam commited on
Commit
3d41af7
·
verified ·
1 Parent(s): 0e33bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ agent = CodeAgent(
82
  verbosity_level=3,
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
 
 
82
  verbosity_level=3,
83
  grammar=None,
84
  planning_interval=None,
85
+ name="Content Agent",
86
+ description="Evaluates whether text is polite or impolite. ",
87
  prompt_templates=combined_prompts,
88
  additional_authorized_imports=["pytz"]
89