Spaces:
Running
Running
Sathwikchowdary
commited on
Commit
•
6dff272
1
Parent(s):
2245adb
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +3 -0
pages/Data_Collection.py
CHANGED
@@ -109,6 +109,9 @@ with col2:
|
|
109 |
with col3:
|
110 |
if st.button("IMAGE"):
|
111 |
st.switch_page("pages/Info _of_Image.py")
|
|
|
|
|
|
|
112 |
|
113 |
|
114 |
|
|
|
109 |
with col3:
|
110 |
if st.button("IMAGE"):
|
111 |
st.switch_page("pages/Info _of_Image.py")
|
112 |
+
|
113 |
+
if st.button("Vidoe"):
|
114 |
+
st.switch_page("pages/Info_of_Video.py")
|
115 |
|
116 |
|
117 |
|