Sathwikchowdary commited on
Commit
50ac191
·
verified ·
1 Parent(s): d0c3fca

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data_Collection.py +3 -3
pages/Data_Collection.py CHANGED
@@ -100,7 +100,7 @@ with col1:
100
  st.switch_page("pages/info_of_CSV.py")
101
 
102
  with col2:
103
- if st.button("Json"):
104
- # Add your intended functionality for the "More info" button
105
- st.write("You can add more information about json.")
106
 
 
100
  st.switch_page("pages/info_of_CSV.py")
101
 
102
  with col2:
103
+ if st.button("XML"):
104
+ st.switch_page("pages/info_of_XML.py")
105
+
106