Spaces:
Running
Running
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +1 -1
pages/Data_Collection.py
CHANGED
@@ -46,7 +46,7 @@ st.markdown(
|
|
46 |
unsafe_allow_html=True
|
47 |
)
|
48 |
st.markdown("<h3 style='text-align: left; color: Black;'>🖼️Unstructured data </h3>", unsafe_allow_html=True)
|
49 |
-
|
50 |
st.switch_page("pages/Data_Collection.py")
|
51 |
display_lifecycle_stage(
|
52 |
"Data Collection",
|
|
|
46 |
unsafe_allow_html=True
|
47 |
)
|
48 |
st.markdown("<h3 style='text-align: left; color: Black;'>🖼️Unstructured data </h3>", unsafe_allow_html=True)
|
49 |
+
if st.button("Unstructured data"):
|
50 |
st.switch_page("pages/Data_Collection.py")
|
51 |
display_lifecycle_stage(
|
52 |
"Data Collection",
|