Spaces:
Sleeping
Sleeping
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +1 -1
pages/Data_Collection.py
CHANGED
@@ -101,7 +101,7 @@ if st.button("Learn More About Structured Data"):
|
|
101 |
"<p style='font-size: 16px; color: White;'>Excel is a spreadsheet format used to organize data into rows and columns. It supports formulas, charts, and more.</p>",
|
102 |
unsafe_allow_html=True
|
103 |
)
|
104 |
-
st.switch_page("
|
105 |
if st.button("CSV"):
|
106 |
st.markdown(
|
107 |
"<p style='font-size: 16px; color: White;'>CSV (Comma-Separated Values) is a plain text format where each row represents a record, and fields are separated by commas.</p>",
|
|
|
101 |
"<p style='font-size: 16px; color: White;'>Excel is a spreadsheet format used to organize data into rows and columns. It supports formulas, charts, and more.</p>",
|
102 |
unsafe_allow_html=True
|
103 |
)
|
104 |
+
st.switch_page("excel_Files.py")
|
105 |
if st.button("CSV"):
|
106 |
st.markdown(
|
107 |
"<p style='font-size: 16px; color: White;'>CSV (Comma-Separated Values) is a plain text format where each row represents a record, and fields are separated by commas.</p>",
|