Update app.py
Browse files
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 ---
|