Update app.py
Browse files
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 |
|