Spaces:
Running
Running
Commit ·
2721254
1
Parent(s): 1ce8b32
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 |
-
from
|
| 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
|