Spaces:
Sleeping
Sleeping
Commit
Β·
b3a49f2
1
Parent(s):
f1eafa4
Update pages/CSV_Data_Analyzer.py
Browse files
pages/CSV_Data_Analyzer.py
CHANGED
@@ -5,16 +5,13 @@ 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 |
-
#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")
|
16 |
|
17 |
-
query = st.text_area("Enter your query")
|
18 |
button = st.button("Generate Response")
|
19 |
|
20 |
if button:
|
|
|
5 |
#load_dotenv()
|
6 |
|
7 |
st.set_page_config(page_title="Spreadsheet Analyzer")
|
8 |
+
st.subtitle("Let's do some analysis on your CSV...π€ ")
|
9 |
+
st.subheader("Please upload your CSV file here:")
|
|
|
|
|
|
|
10 |
|
11 |
# Capture the CSV file
|
12 |
data = st.file_uploader("Upload CSV file",type="csv")
|
13 |
|
14 |
+
query = st.text_area("Enter your query π")
|
15 |
button = st.button("Generate Response")
|
16 |
|
17 |
if button:
|