Spaces:
Sleeping
Sleeping
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +3 -3
pages/Data_Collection.py
CHANGED
@@ -97,11 +97,11 @@ if st.button("Learn More About Structured Data"):
|
|
97 |
)
|
98 |
st.markdown("<h3 style='text-align: left; color: Black;'>Structured Data Formats</h3>", unsafe_allow_html=True)
|
99 |
if st.button("Excel"):
|
100 |
-
st.switch_page("pages/Info_of_excel_Files.py")
|
101 |
st.markdown(
|
102 |
"<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>",
|
103 |
unsafe_allow_html=True
|
104 |
)
|
|
|
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>",
|
@@ -122,5 +122,5 @@ if st.button("Learn More About Unstructured Data"):
|
|
122 |
if st.button("Learn More About Semi-Structured Data"):
|
123 |
st.markdown(
|
124 |
"<p style='font-size: 16px; color: White;'>Semi-structured data lies between structured and unstructured data. Formats like JSON, XML, and YAML are common examples of semi-structured data.</p>",
|
125 |
-
|
126 |
-
)
|
|
|
97 |
)
|
98 |
st.markdown("<h3 style='text-align: left; color: Black;'>Structured Data Formats</h3>", unsafe_allow_html=True)
|
99 |
if st.button("Excel"):
|
|
|
100 |
st.markdown(
|
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_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>",
|
|
|
122 |
if st.button("Learn More About Semi-Structured Data"):
|
123 |
st.markdown(
|
124 |
"<p style='font-size: 16px; color: White;'>Semi-structured data lies between structured and unstructured data. Formats like JSON, XML, and YAML are common examples of semi-structured data.</p>",
|
125 |
+
unsafe_allow_html=True
|
126 |
+
)
|