Sathwikchowdary commited on
Commit
39a1222
·
verified ·
1 Parent(s): 2c4ba00

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data_Collection.py +4 -0
pages/Data_Collection.py CHANGED
@@ -106,6 +106,10 @@ with col2:
106
  st.switch_page("pages/Info_of_Json.py")
107
  if st.button("HTML"):
108
  st.switch_page("pages/Info_of_HTML.py")
 
 
 
 
109
 
110
 
111
 
 
106
  st.switch_page("pages/Info_of_Json.py")
107
  if st.button("HTML"):
108
  st.switch_page("pages/Info_of_HTML.py")
109
+ with col3:
110
+ if st.button("IMAGE"):
111
+
112
+
113
 
114
 
115