Spaces:
Sleeping
Sleeping
Commit
Β·
3312763
1
Parent(s):
8f5e61a
Update pages/CSV_Data_Analyzer.py
Browse files
pages/CSV_Data_Analyzer.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from utils1 import query_agent
|
3 |
|
4 |
st.set_page_config(page_title="Spreadsheet Analyzer")
|
5 |
-
st.title("Let's do some analysis on your CSV
|
6 |
st.subheader("Please upload your CSV file here:")
|
7 |
|
8 |
#st.sidebar.title("π")
|
|
|
2 |
from utils1 import query_agent
|
3 |
|
4 |
st.set_page_config(page_title="Spreadsheet Analyzer")
|
5 |
+
st.title("π€ Let's do some analysis on your CSV...")
|
6 |
st.subheader("Please upload your CSV file here:")
|
7 |
|
8 |
#st.sidebar.title("π")
|