Spaces:
Sleeping
Sleeping
palitrajarshi
commited on
Commit
β’
0d325dc
1
Parent(s):
bbcccc6
Update pages/CSV_Data_Analyzer.py
Browse files
pages/CSV_Data_Analyzer.py
CHANGED
@@ -5,7 +5,8 @@ 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("π")
|
|
|
9 |
|
10 |
# Applying Styling
|
11 |
st.markdown("""
|
|
|
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("π")
|
9 |
+
st.sidebar.image('./csv_analysis.png',width=300, use_column_width=True)
|
10 |
|
11 |
# Applying Styling
|
12 |
st.markdown("""
|