Spaces:
Sleeping
Sleeping
Commit
·
d4f7e6a
1
Parent(s):
b3a49f2
Update pages/CSV_Data_Analyzer.py
Browse files
pages/CSV_Data_Analyzer.py
CHANGED
@@ -5,7 +5,7 @@ from utils1 import query_agent
|
|
5 |
#load_dotenv()
|
6 |
|
7 |
st.set_page_config(page_title="Spreadsheet Analyzer")
|
8 |
-
st.
|
9 |
st.subheader("Please upload your CSV file here:")
|
10 |
|
11 |
# Capture the CSV file
|
|
|
5 |
#load_dotenv()
|
6 |
|
7 |
st.set_page_config(page_title="Spreadsheet Analyzer")
|
8 |
+
st.title("Let's do some analysis on your CSV...🤖 ")
|
9 |
st.subheader("Please upload your CSV file here:")
|
10 |
|
11 |
# Capture the CSV file
|