yangminded commited on
Commit
2253364
·
verified ·
1 Parent(s): 4de2e83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import pandas as pd
6
 
7
  from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
8
  from tools.final_answer import FinalAnswerTool
 
9
 
10
  # (Keep Constants as is)
11
  # --- Constants ---
 
6
 
7
  from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
8
  from tools.final_answer import FinalAnswerTool
9
+ import yaml
10
 
11
  # (Keep Constants as is)
12
  # --- Constants ---