first attempt to correct the bug
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import inspect
|
|
5 |
import pandas as pd
|
6 |
|
7 |
from langchain_core.messages import HumanMessage
|
8 |
-
from agent import
|
9 |
|
10 |
# (Keep Constants as is)
|
11 |
# --- Constants ---
|
|
|
5 |
import pandas as pd
|
6 |
|
7 |
from langchain_core.messages import HumanMessage
|
8 |
+
from agent import graph
|
9 |
|
10 |
# (Keep Constants as is)
|
11 |
# --- Constants ---
|