Sathwikchowdary commited on
Commit
8c93fbb
·
verified ·
1 Parent(s): fe63454

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data_Collection.py +1 -1
pages/Data_Collection.py CHANGED
@@ -94,7 +94,7 @@ st.markdown("### Types of Data:")
94
  col1, col2,col3 = st.columns(3)
95
 
96
  with col1:
97
- if st.button("SQL"):
98
  st.switch_page("pages/excel_Files.py")
99
  if st.button("CSV"):
100
  st.switch_page("pages/info_of_CSV.py")
 
94
  col1, col2,col3 = st.columns(3)
95
 
96
  with col1:
97
+ if st.button("EXCEL"):
98
  st.switch_page("pages/excel_Files.py")
99
  if st.button("CSV"):
100
  st.switch_page("pages/info_of_CSV.py")