shwetashweta05
commited on
Update pages/6.Data Collection.py
Browse files
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 |
|