juanxo90 commited on
Commit
dee227a
·
verified ·
1 Parent(s): 9b78629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -58,7 +58,8 @@ final_answer = FinalAnswerTool()
58
  agent = CodeAgent(
59
  model=model,
60
  tools=[
61
- generate_normal_distribution,
 
62
  duck_search,
63
  final_answer
64
  ], ## add your tools here (don't remove final answer)
 
58
  agent = CodeAgent(
59
  model=model,
60
  tools=[
61
+ generate_normal_distribution,
62
+ create_histogram_and_theorical_pdf,
63
  duck_search,
64
  final_answer
65
  ], ## add your tools here (don't remove final answer)