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

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
- import langchain_experimental.agents.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_experimental.agents import create_pandas_dataframe_agent
5
  import re
6
  import sqlite3
7
  from htmlTemplates import css, user_template, bot_template