muzammil-eds commited on
Commit
2721254
·
1 Parent(s): 1ce8b32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import yfinance as yf
3
  import pandas as pd
4
- from langchain_experimental.agents import create_pandas_dataframe_agent
5
  import re
6
  import sqlite3
7
  from htmlTemplates import css, user_template, bot_template
 
1
  import streamlit as st
2
  import yfinance as yf
3
  import pandas as pd
4
+ from langchain.agents.agent_toolkits.pandas.base import create_pandas_dataframe_agent
5
  import re
6
  import sqlite3
7
  from htmlTemplates import css, user_template, bot_template