palitrajarshi commited on
Commit
0aa6dd3
1 Parent(s): 0d85a33

Update pages/CSV_Data_Analyzer.py

Browse files
Files changed (1) hide show
  1. pages/CSV_Data_Analyzer.py +1 -1
pages/CSV_Data_Analyzer.py CHANGED
@@ -6,7 +6,7 @@ from utils1 import query_agent
6
 
7
 
8
  st.title("Let's do some analysis on your CSV")
9
- st.header("Please upload your CSV file here:")
10
 
11
  # Capture the CSV file
12
  data = st.file_uploader("Upload CSV file",type="csv")
 
6
 
7
 
8
  st.title("Let's do some analysis on your CSV")
9
+ st.header("Please upload your CSV file here: 🤖")
10
 
11
  # Capture the CSV file
12
  data = st.file_uploader("Upload CSV file",type="csv")