naman1102 commited on
Commit
a066788
·
1 Parent(s): 6a920fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
6
  from langgraph.prebuilt import ToolNode, create_react_agent
7
  from tools import web_search, parse_excel, ocr_image
8
 
9
- from typing import Any, Dict
10
  # from typing import TypedDict, Annotated
11
 
12
  from langchain_openai import ChatOpenAI
 
6
  from langgraph.prebuilt import ToolNode, create_react_agent
7
  from tools import web_search, parse_excel, ocr_image
8
 
9
+ # from typing import Any, Dict
10
  # from typing import TypedDict, Annotated
11
 
12
  from langchain_openai import ChatOpenAI