FrancescaScipioni commited on
Commit
1329807
·
verified ·
1 Parent(s): 06d123f

first attempt to correct the bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 build_graph
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 ---