shwetashweta05 commited on
Commit
b8e1a4e
·
verified ·
1 Parent(s): 8f38fe0

Update pages/6.Data Collection.py

Browse files
Files changed (1) hide show
  1. pages/6.Data Collection.py +13 -0
pages/6.Data Collection.py CHANGED
@@ -275,5 +275,18 @@ elif data_type == "Unstructured":
275
 
276
  if st.button("**Image**"):
277
  st.switch_page("pages/Image.py")
 
 
 
 
 
 
 
 
 
 
 
 
 
278
 
279
 
 
275
 
276
  if st.button("**Image**"):
277
  st.switch_page("pages/Image.py")
278
+
279
+ if st.button("**Basic operations of Image with the help of Open cv**"):
280
+ st.switch_page("pages/Basic operations of Image with the help of Open cv.py")
281
+
282
+ if st.button("**How to work on Image**"):
283
+ st.switch_page("pages/How to work on Image.py")
284
+
285
+ if st.button("**How to handle Videos**"):
286
+ st.switch_page("pages/How to handle Videos.py")
287
+
288
+ if st.button("**Projects**"):
289
+ st.switch_page("pages/Projects")
290
+
291
 
292