Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
|
|
6 |
from typing import Dict, Any, List, TypedDict, Optional
|
7 |
from langgraph.graph import Graph, StateGraph
|
8 |
from langgraph.prebuilt import ToolNode
|
9 |
-
from tools import
|
10 |
print("trial")
|
11 |
# (Keep Constants as is)
|
12 |
# --- Constants ---
|
|
|
6 |
from typing import Dict, Any, List, TypedDict, Optional
|
7 |
from langgraph.graph import Graph, StateGraph
|
8 |
from langgraph.prebuilt import ToolNode
|
9 |
+
from tools import simple_search
|
10 |
print("trial")
|
11 |
# (Keep Constants as is)
|
12 |
# --- Constants ---
|