shwetashweta05 commited on
Commit
fc152bd
·
verified ·
1 Parent(s): 960f68e

Update pages/6.Data Collection.py

Browse files
Files changed (1) hide show
  1. pages/6.Data Collection.py +3 -0
pages/6.Data Collection.py CHANGED
@@ -285,6 +285,9 @@ elif data_type == "Unstructured":
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
 
 
285
  if st.button("**How to handle Videos**"):
286
  st.switch_page("pages/How to handle Videos.py")
287
 
288
+ if st.button("**Transformation**"):
289
+ st.switch_page("pages/Transformation.py")
290
+
291
  if st.button("**Projects**"):
292
  st.switch_page("pages/Projects")
293