saaketvarma commited on
Commit
7cebe76
·
1 Parent(s): 197796c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from utils import query_agent
4
 
5
  load_dotenv()
6
 
7
-
 
8
 
9
  st.title("Let's do some analysis on your CSV")
10
  st.header("Please upload your CSV file here:")
 
4
 
5
  load_dotenv()
6
 
7
+ import pandas as pd
8
+ data = pd.read_csv('Tickets_cleaned_v2.csv')
9
 
10
  st.title("Let's do some analysis on your CSV")
11
  st.header("Please upload your CSV file here:")