Spaces:
Running
Running
Commit
·
1ce8b32
1
Parent(s):
ce6d812
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import yfinance as yf
|
3 |
import pandas as pd
|
4 |
-
|
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
|