Sathwikchowdary commited on
Commit
5b3da9a
·
verified ·
1 Parent(s): 0968cf7

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data_Collection.py +1 -1
pages/Data_Collection.py CHANGED
@@ -97,7 +97,7 @@ 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("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
 
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