KatGaw commited on
Commit
e2f8537
·
verified ·
1 Parent(s): 0bee339

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -35,8 +35,6 @@ class AgentState(TypedDict):
35
  # The 'next' field indicates where to route to next
36
  next: str
37
 
38
- tool=data_analyst.data_analyst_tools()
39
-
40
  from langchain_core.runnables import RunnableConfig
41
  st.title("💬 Krypto")
42
 
 
35
  # The 'next' field indicates where to route to next
36
  next: str
37
 
 
 
38
  from langchain_core.runnables import RunnableConfig
39
  st.title("💬 Krypto")
40