Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
-
from dotenv import load_dotenv
|
3 |
from utils import query_agent
|
4 |
|
5 |
|
6 |
-
load_dotenv()
|
7 |
-
|
8 |
st.title("Let's do some analysis on your CSV")
|
9 |
st.header("Please upload your CSV file here:")
|
10 |
|
|
|
1 |
import streamlit as st
|
|
|
2 |
from utils import query_agent
|
3 |
|
4 |
|
|
|
|
|
5 |
st.title("Let's do some analysis on your CSV")
|
6 |
st.header("Please upload your CSV file here:")
|
7 |
|