helene-rousset commited on
Commit
cb0ec02
·
verified ·
1 Parent(s): 8b81e4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import inspect
5
  import pandas as pd
6
  from agent import build_agent
7
  from langchain_core.messages import HumanMessage
 
8
 
9
  # (Keep Constants as is)
10
  # --- Constants ---
 
5
  import pandas as pd
6
  from agent import build_agent
7
  from langchain_core.messages import HumanMessage
8
+ import json
9
 
10
  # (Keep Constants as is)
11
  # --- Constants ---