carolinacon commited on
Commit
293335e
·
verified ·
1 Parent(s): 140acf2

Updated app.py commented out prompt_templates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ agent = CodeAgent(
43
  executor_type='local',
44
  executor_kwargs={},
45
  max_print_outputs_length=None,
46
- prompt_templates=prompt_templates
47
  )
48
  if __name__ == "__main__":
49
  GradioUI(agent).launch()
 
43
  executor_type='local',
44
  executor_kwargs={},
45
  max_print_outputs_length=None,
46
+ #prompt_templates=prompt_templates
47
  )
48
  if __name__ == "__main__":
49
  GradioUI(agent).launch()