Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -2,6 +2,7 @@ import streamlit as st
|
|
| 2 |
import pandas as pd
|
| 3 |
import json
|
| 4 |
import io
|
|
|
|
| 5 |
|
| 6 |
from langchain.llms import OpenAI
|
| 7 |
from langchain_experimental.agents.agent_toolkits import create_pandas_dataframe_agent
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
import json
|
| 4 |
import io
|
| 5 |
+
import os
|
| 6 |
|
| 7 |
from langchain.llms import OpenAI
|
| 8 |
from langchain_experimental.agents.agent_toolkits import create_pandas_dataframe_agent
|