RafaelAgreda commited on
Commit
b7105bc
·
verified ·
1 Parent(s): f70cd61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ agent = CodeAgent(
115
  description=None,
116
  #prompt_templates=prompt_templates
117
  prompt_templates={
118
- "final_answer": "Final answer: {answer}"
119
  }
120
  )
121
 
 
115
  description=None,
116
  #prompt_templates=prompt_templates
117
  prompt_templates={
118
+ "final_answer": "Final answer: {answer}",prompt_templates
119
  }
120
  )
121