Spaces:
Sleeping
Sleeping
Commit
Β·
9722997
1
Parent(s):
a113b29
Update pages/CSV_Data_Analyzer.py
Browse files
pages/CSV_Data_Analyzer.py
CHANGED
|
@@ -2,7 +2,8 @@ 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.title("πππ Let's analyze your CSV...")
|
| 7 |
st.subheader("Please upload your CSV file here:")
|
| 8 |
|
| 9 |
#st.sidebar.title("π")
|