Spaces:
Sleeping
Sleeping
Commit
Β·
f1eafa4
1
Parent(s):
0aa6dd3
Update pages/CSV_Data_Analyzer.py
Browse files
pages/CSV_Data_Analyzer.py
CHANGED
@@ -4,9 +4,12 @@ from utils1 import query_agent
|
|
4 |
|
5 |
#load_dotenv()
|
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")
|
|
|
4 |
|
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 |
+
#st.title("Let's do some analysis on your CSV")
|
12 |
+
#st.header("Please upload your CSV file here: π€")
|
13 |
|
14 |
# Capture the CSV file
|
15 |
data = st.file_uploader("Upload CSV file",type="csv")
|