JamalAG commited on
Commit
7d1432c
·
verified ·
1 Parent(s): 54cd31a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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