Sathwikchowdary commited on
Commit
6b9aaed
·
verified ·
1 Parent(s): 4bb776b

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data_Collection.py +4 -1
pages/Data_Collection.py CHANGED
@@ -97,7 +97,10 @@ with col1:
97
  if st.button("SQL"):
98
  st.switch_page("pages/excel_Files.py")
99
  if st.button("CSV"):
100
- st.switch("pages/info_of_CSV.py")
101
 
102
  with col2:
103
  if st.button("More info"):
 
 
 
 
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")
101
 
102
  with col2:
103
  if st.button("More info"):
104
+ # Add your intended functionality for the "More info" button
105
+ st.write("You can add more information here about the lifecycle stages.")
106
+